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 33The fastest way to scaffold production-ready Node.js backends — no manual setup, no headaches.
44
55![ npm] ( https://img.shields.io/npm/v/create-node-spark )
6- ![ GitHub stars] ( https://img.shields.io/github/talhabilal-dev/create-node-spark )
76![ License] ( https://img.shields.io/github/license/talhabilal-dev/create-node-spark )
87
98---
@@ -32,7 +31,7 @@ No more messy files — get a scalable layout:
3231├── .env
3332├── eslint.config.js (if selected)
3433├── package.json (ESM ready)
35- └── package-lock.json
34+ └── package-lock.json
3635```
3736
3837✅ ** Auto Installs Key Dependencies**
@@ -101,7 +100,7 @@ After answering, it generates:
101100If you prefer non-interactive mode (coming soon), you’ll be able to pass flags like:
102101
103102``` bash
104- create-node-spark --auth --monitor --eslint
103+ create-node-spark --auth --multer --eslint
105104```
106105
107106** Note: This is planned for future versions!**
You can’t perform that action at this time.
0 commit comments