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)