DEV Community

Cover image for πŸš€ create-node-spark v2.2.0 Released: Now with Multer Support & Enhanced Folder Structure! πŸŽ‰
Talha Bilal
Talha Bilal

Posted on

πŸš€ create-node-spark v2.2.0 Released: Now with Multer Support & Enhanced Folder Structure! πŸŽ‰

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:

  1. /public/images
  2. /public/css
  3. /public/js
  4. /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.

output demo

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)