urmil-backend-starter
v1.1.0
Published
CLI to scaffold a Node.js backend project
Maintainers
Readme
🚀 urmil-backend-starter
A CLI tool to scaffold a production-ready Node.js REST API in seconds.
📦 Published on npm
✨ Features
- 🔧 Express.js boilerplate
- 📁 Clean modular folder structure (Controllers, Routes, Models)
- 🌱 Preconfigured
.env.sample - ✅ Basic error handling
- 🧪 Ready to scale with MongoDB or any DB
- 🔌 Easily extendable for middleware, auth, and services
📦 Installation & Usage
With npx (no installation required):
npx urmil-backend-starter my-api##With global installation & Usage
npm i -g urmil-backend-startercreate-node-backend