Skip to content

Commit f89e03a

Browse files
v2
1 parent e66f120 commit f89e03a

20 files changed

Lines changed: 5998 additions & 11 deletions

INSTALL.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,18 +67,18 @@ bash install/global/uninstall.sh
6767

6868
---
6969

70-
## Via npm CLI (futuro)
70+
## Via npm CLI
7171

72-
Quando publicado no npm, será possível instalar com:
72+
Instale rapidamente em qualquer projeto:
7373

7474
```bash
75-
npx @fabioffigueiredo/fgos-kit init
75+
npx @fabioforest/fgos-kit init
7676
```
7777

7878
Ou instalar globalmente:
7979

8080
```bash
81-
npm i -g @fabioffigueiredo/fgos-kit
81+
npm i -g @fabioforest/fgos-kit
8282
fgos-kit init
8383
```
8484

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ docs/ → operating manuals, architecture docs
8383
templates/ → evidence, policy and report templates
8484
demos/ → synthetic examples and use cases
8585
install/ → shell installers (local & global)
86-
cli/ → npm CLI installer (npx @fabioffigueiredo/fgos-kit init)
86+
cli/ → npm CLI installer (npx @fabioforest/fgos-kit init)
8787
docs_site/ → MkDocs documentation site
8888
.agent/ → IDE runtime (Cursor, VSCode, Codex, Antigravity)
8989
```
@@ -106,9 +106,9 @@ cd finance-data-governance-os
106106
bash install/global/install.sh
107107
```
108108

109-
### Via npm CLI (future)
109+
### Via npm CLI
110110
```bash
111-
npx @fabioffigueiredo/fgos-kit init
111+
npx @fabioforest/fgos-kit init
112112
```
113113

114114
See [INSTALL.md](INSTALL.md) for full installation details.

cli/index.js

100644100755
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
* cli/index.js — CLI para instalar o Finance Data Governance OS em qualquer projeto
44
*
55
* Uso:
6-
* npx @fabioffigueiredo/fgos-kit init
7-
* npx @fabioffigueiredo/fgos-kit init --path ./meu-projeto
8-
* npx @fabioffigueiredo/fgos-kit init --force
6+
* npx @fabioforest/fgos-kit init
7+
* npx @fabioforest/fgos-kit init --path ./meu-projeto
8+
* npx @fabioforest/fgos-kit init --force
99
*
1010
* O que faz:
1111
* 1. Baixa o tarball do repositório GitHub

cli/node_modules/.package-lock.json

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/node_modules/commander/LICENSE

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)