create-alistt69-kit 0.1.19 → 0.1.20
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 +5 -5
- 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 -- --
|
|
76
|
+
npm create alistt69-kit@latest my-app -- --defaults
|
|
77
77
|
```
|
|
78
78
|
|
|
79
79
|
## 🛠️ Usage examples
|
|
@@ -89,16 +89,16 @@ npm create alistt69-kit@latest my-app -- --defaults
|
|
|
89
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 -- --
|
|
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 -- --
|
|
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 -- --
|
|
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 -- --
|
|
101
|
+
npm create alistt69-kit@latest my-app -- --defaults --overwrite
|
|
102
102
|
```
|
|
103
103
|
|
|
104
104
|
## ⚙️ CLI options
|