Skip to content

πŸš€ create-node-spark v2.1.0

Compare
Choose a tag to compare
@talhabilal-dev talhabilal-dev released this 08 May 07:03
· 6 commits to main since this release

What's New:

🌱 Database Selection Feature:

  • You can now select between:
  • None (no database setup)
  • MongoDB (fully integrated setup)

πŸ”— Improved Server Start Logic:

  • If you choose MongoDB, your generated index.js waits for a successful database connection before starting the server.
  • If you pick None, the server starts immediately as before. βœ…

πŸ›  Environment Config Overhaul:

  • Environment variables are now configured via a dedicated config/env.config.js file.
  • Cleaner, easier to manage, and ready for scaling up! πŸš€

Other Updates:

  • 🧹 Minor code cleanup + improved internal handling.

πŸ”§ How to upgrade:

npm install -g create-node-spark@latest

Or try it out instantly:
npx create-node-spark

πŸ’¬ Got feedback or feature requests? Drop an issue or join the discussion! πŸ™Œ