File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 3
3
The fastest way to scaffold production-ready Node.js backends — no manual setup, no headaches.
4
4
5
5
![ npm] ( https://img.shields.io/npm/v/create-node-spark )
6
- ![ GitHub stars] ( https://img.shields.io/github/talhabilal-dev/create-node-spark )
7
6
![ License] ( https://img.shields.io/github/license/talhabilal-dev/create-node-spark )
8
7
9
8
---
@@ -32,7 +31,7 @@ No more messy files — get a scalable layout:
32
31
├── .env
33
32
├── eslint.config.js (if selected)
34
33
├── package.json (ESM ready)
35
- └── package-lock.json
34
+ └── package-lock.json
36
35
```
37
36
38
37
✅ ** Auto Installs Key Dependencies**
@@ -101,7 +100,7 @@ After answering, it generates:
101
100
If you prefer non-interactive mode (coming soon), you’ll be able to pass flags like:
102
101
103
102
``` bash
104
- create-node-spark --auth --monitor --eslint
103
+ create-node-spark --auth --multer --eslint
105
104
```
106
105
107
106
** Note: This is planned for future versions!**
You can’t perform that action at this time.
0 commit comments