create-pilotprojects-app 0.2.0 → 0.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 +12 -12
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -55,18 +55,18 @@ The CLI is interactive — it asks a few questions then scaffolds, installs depe
|
|
|
55
55
|
|
|
56
56
|
## Interactive prompts
|
|
57
57
|
|
|
58
|
-
| Prompt | Options
|
|
59
|
-
| ------------------------------ |
|
|
60
|
-
| Project name | Any lowercase slug
|
|
61
|
-
| Package scope | `@<name>`
|
|
62
|
-
| Apps to scaffold | Web / Mobile / Both
|
|
63
|
-
| Environments | development / uat / production
|
|
64
|
-
| Include design system? | Yes / No
|
|
65
|
-
| Include Sentry? | Yes / No
|
|
66
|
-
| Include Resend (email)? | Yes / No
|
|
67
|
-
| Include PostHog? | Yes / No
|
|
68
|
-
| Google Analytics? _(web only)_ | Yes / No
|
|
69
|
-
| Package manager | pnpm / npm / yarn
|
|
58
|
+
| Prompt | Options | Default |
|
|
59
|
+
| ------------------------------ | -------------------------------------------------------- | ----------------- |
|
|
60
|
+
| Project name | Any lowercase slug | — |
|
|
61
|
+
| Package scope | `@<name>` | `@<project-name>` |
|
|
62
|
+
| Apps to scaffold | Web / Mobile / Both | Both |
|
|
63
|
+
| Environments | development / uat / production _(local always included)_ | production |
|
|
64
|
+
| Include design system? | Yes / No | Yes |
|
|
65
|
+
| Include Sentry? | Yes / No | Yes |
|
|
66
|
+
| Include Resend (email)? | Yes / No | Yes |
|
|
67
|
+
| Include PostHog? | Yes / No | No |
|
|
68
|
+
| Google Analytics? _(web only)_ | Yes / No | No |
|
|
69
|
+
| Package manager | pnpm / npm / yarn | pnpm |
|
|
70
70
|
|
|
71
71
|
---
|
|
72
72
|
|