π create-node-spark v2.1.0
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! π