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)