specifica-br 1.1.2 → 1.2.1
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 +0 -6
- package/package.json +9 -1
package/README.md
CHANGED
|
@@ -23,12 +23,6 @@ Para instalar o Specifica-BR como uma ferramenta CLI global:
|
|
|
23
23
|
npm install -g specifica-br
|
|
24
24
|
```
|
|
25
25
|
|
|
26
|
-
Para usar como uma ferramenta local no projeto:
|
|
27
|
-
|
|
28
|
-
```bash
|
|
29
|
-
npm install --save-dev specifica-br
|
|
30
|
-
```
|
|
31
|
-
|
|
32
26
|
## Comandos Básicos
|
|
33
27
|
|
|
34
28
|
### `specifica-br init`
|
package/package.json
CHANGED
|
@@ -1,7 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "specifica-br",
|
|
3
|
-
"version": "1.1
|
|
3
|
+
"version": "1.2.1",
|
|
4
4
|
"description": "Ferramenta de automação para desenvolvimento guiado por especificações (Spec Driven Development - SDD) com IA. Otimizado para o ecossistema brasileiro.",
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "git+https://github.com/everfranca/specifica-br.git"
|
|
8
|
+
},
|
|
9
|
+
"homepage": "https://github.com/everfranca/specifica-br#readme",
|
|
10
|
+
"bugs": {
|
|
11
|
+
"url": "https://github.com/everfranca/specifica-br/issues"
|
|
12
|
+
},
|
|
5
13
|
"type": "module",
|
|
6
14
|
"main": "dist/index.js",
|
|
7
15
|
"bin": {
|