create-murphy-backend
v1.0.13
Published
A backend scaffolding CLI that generates Express + MongoDB projects β made by MoneyKingMurph π
Maintainers
Readme
π create-murphy-backend ποΈπΌ
βBecause real bosses donβt code boilerplate.β
π by MoneyKingMurph
π» Rapid backend scaffolding β Express + Mongoose in seconds.
ποΈ Tech Flex
π¦ NPM Status
πΌ Project Health
π§βπ» Dev Vibes
β Community
β‘ What It Do
This CLI spins up a clean Express + MongoDB backend, so you can skip the setup and get straight to building.
π οΈ Generates:
- β
routes/ - β
controllers/ - β
models/ - β
utils/,helpers/,middlewares/ - β
app.js,server.js,.env,.gitignore - β
Fully initialized
package.jsonwith scripts
π Quick Start
npx create-murphy-backend your-project-name
cd your-project-name
npm run dev