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.
Files changed (2) hide show
  1. package/README.md +12 -12
  2. 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 | 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 |
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-pilotprojects-app",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "CLI to scaffold the Pilotprojects monorepo boilerplate",
5
5
  "keywords": [
6
6
  "create",