We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95109ce commit d17330aCopy full SHA for d17330a
readme.md
@@ -31,7 +31,7 @@ No more messy files — get a scalable layout:
31
├── .env
32
├── eslint.config.js (if selected)
33
├── package.json (ESM ready)
34
-└── package-lock.json
+└── package-lock.json
35
```
36
37
✅ **Auto Installs Key Dependencies**
@@ -100,7 +100,7 @@ After answering, it generates:
100
If you prefer non-interactive mode (coming soon), you’ll be able to pass flags like:
101
102
```bash
103
-create-node-spark --auth --monitor --eslint
+create-node-spark --auth --multer --eslint
104
105
106
**Note: This is planned for future versions!**
0 commit comments