@growthub/cli 0.4.1 → 0.4.3
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 +8 -0
- package/dist/index.js +12658 -9040
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -11,7 +11,15 @@ npm install -g @growthub/cli
|
|
|
11
11
|
Or use the guided installer:
|
|
12
12
|
|
|
13
13
|
```bash
|
|
14
|
+
# Interactive discovery hub
|
|
14
15
|
npm create growthub-local@latest
|
|
16
|
+
|
|
17
|
+
# Paperclip Local App profiles
|
|
18
|
+
npm create growthub-local@latest -- --profile gtm
|
|
19
|
+
npm create growthub-local@latest -- --profile dx
|
|
20
|
+
|
|
21
|
+
# Custom Workspace Starter (scaffold + register as a fork in one shot)
|
|
22
|
+
npm create growthub-local@latest -- --profile workspace --out ./my-workspace
|
|
15
23
|
```
|
|
16
24
|
|
|
17
25
|
## At a Glance
|