DEV Community

Cover image for πŸš€ Update: create-node-spark CLI Gets Major Boost!
Talha Bilal
Talha Bilal

Posted on

πŸš€ Update: create-node-spark CLI Gets Major Boost!

Hey devs!
Quick update: I just improved my open-source CLI tool, create-node-spark, to make scaffolding Node.js projects even better.

✨ What’s New?

Refactored folder structure:

src/config, src/controllers, src/middleware, src/models, src/routes

Added ESLint integration β†’ instant clean code

More production-ready

What’s it do?

Creates a scalable Node.js backend in seconds.

Asks just three questions: use auth, use monitor, use ESLint.

Outputs a ready-to-run project, so you can skip setup and focus on building.

demo

Try it now!

npx create-node-spark

⭐ Repo: GitHub

I’d love feedback, stars, and ideas for the next update!

Top comments (0)