krish-backend
v1.0.7
Published
CLI to scaffold a backend-init Express + Mongoose starter
Maintainers
Readme
krish-backend
Scaffold an Express + Mongoose backend in seconds.
Prerequisites
- Node.js and npm installed
Usage
Create a project in a new folder (default name: backend):
npx krish-backendCreate a project in a custom folder:
npx krish-backend <your_folder_name>What it generates
- A new folder containing an Express + Mongoose starter project
- package.json and the basic project structure (routes, models, config)
Notes
- No global install needed; commands use npx
- See the generated project’s README for scripts and further details
