create-alistt69-kit 0.1.17 → 0.1.19

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 +7 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -73,7 +73,7 @@ npm create alistt69-kit@latest
73
73
  Follow the prompts — or skip them entirely:
74
74
 
75
75
  ```bash
76
- npm create alistt69-kit@latest my-app -- -- --defaults
76
+ npm create alistt69-kit@latest my-app -- -- defaults
77
77
  ```
78
78
 
79
79
  ## 🛠️ Usage examples
@@ -83,22 +83,22 @@ npm create alistt69-kit@latest my-app -- -- --defaults
83
83
  npm create alistt69-kit@latest my-app
84
84
 
85
85
  # All defaults, no prompts
86
- npm create alistt69-kit@latest my-app -- -- --defaults
86
+ npm create alistt69-kit@latest my-app -- --defaults
87
87
 
88
88
  # Skip dependency installation
89
- npm create alistt69-kit@latest my-app -- -- --no-install
89
+ npm create alistt69-kit@latest my-app -- -- no-install
90
90
 
91
91
  # Enable only selected features
92
- npm create alistt69-kit@latest my-app -- -- --features=eslint,react-router
92
+ npm create alistt69-kit@latest my-app -- -- features=eslint,react-router
93
93
 
94
94
  # Enable all optional features
95
- npm create alistt69-kit@latest my-app -- -- --features=all
95
+ npm create alistt69-kit@latest my-app -- -- features=all
96
96
 
97
97
  # Use pnpm as package manager
98
- npm create alistt69-kit@latest my-app -- -- --pm pnpm
98
+ npm create alistt69-kit@latest my-app -- -- pm pnpm
99
99
 
100
100
  # Overwrite existing directory
101
- npm create alistt69-kit@latest my-app -- -- --defaults --overwrite
101
+ npm create alistt69-kit@latest my-app -- -- defaults --overwrite
102
102
  ```
103
103
 
104
104
  ## ⚙️ CLI options
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-alistt69-kit",
3
- "version": "0.1.17",
3
+ "version": "0.1.19",
4
4
  "description": "Opinionated React + TypeScript + Webpack project generator by alistt69",
5
5
  "keywords": [
6
6
  "create",