buildsight-collector 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -21
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -26,25 +26,5 @@ Parâmetros
|
|
|
26
26
|
|
|
27
27
|
- <token>: token de autenticação gerado pela API do BuildSight.
|
|
28
28
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
1. Verifique o `name` em `package.json` e confirme que está disponível no npm (se já estiver em uso, escolha um nome distinto ou um scope como `@seu-usuario/buildsight-collector`).
|
|
32
|
-
2. Faça login no npm:
|
|
33
|
-
|
|
34
|
-
```bash
|
|
35
|
-
npm login
|
|
36
|
-
```
|
|
37
|
-
|
|
38
|
-
3. Publicar (público):
|
|
39
|
-
|
|
40
|
-
```bash
|
|
41
|
-
npm publish --access public
|
|
42
|
-
```
|
|
43
|
-
|
|
44
|
-
Se usar um scoped package e quiser publicação pública, precisa `--access public`.
|
|
45
|
-
|
|
46
|
-
Observações
|
|
47
|
-
|
|
48
|
-
- Substitua `author` e `repository.url` em `package.json` pelos seus valores reais antes de publicar.
|
|
49
|
-
- Este pacote já inclui o `bin` apontando para `index.js`, que tem shebang para execução como CLI.
|
|
29
|
+
Requisitos
|
|
50
30
|
- Node.js mínimo sugerido: 14+.
|