Hey devs π,
Iβm excited to roll out v2.2.0 of create-node-sparkβthe CLI tool to scaffold Node.js backend apps in seconds (just like Create Next App but for REST APIs).
Whatβs New in 2.2.0? π₯
β¨ New Features:
- Multiple file upload support β
- You can now scaffold a backend ready to handle file uploads out of the box using Multer.
Expanded Public Folder Structure:
- /public/images
- /public/css
- /public/js
- /public/temp (for temp files)
π Improvements:
- New /services folder inside /src for better separation of logic.
- New /utils folder for reusable helper functions.
- Folder structure upgraded to make things clean, organized, and scalable right from the start.
Why Use create-node-spark? π
- Quick scaffolding of REST API backends
- Choice of JavaScript or TypeScript
- Framework options: Express or None (vanilla HTTP)
- Minimal dependencies (only Inquirer)
- Now supports MongoDB integration and file uploads
π GitHub Repo: Repo Link
βΆοΈ npx: npx create-node-spark
π NPM : Package link
Iβd love to hear your thoughts and feedbackβespecially what features youβd like next (hint: more DB options & more frameworks are on the roadmap π).
Happy coding! π

Top comments (0)