@govindti/nodekickstart
v1.2.1
Published
A minimalist unopinated nodejs boilerplate
Readme
create-node-backend
A lightweight CLI tool to scaffold a minimal Node.js backend boilerplate in seconds — with built-in support for Express, Mongoose, Middleware, and Controllers.
🚀 Features
- 📁 Generates standard folder structure (
controllers,routes,models,config, etc.) - ⚙️ Includes ready-to-use
index.jsserver file - ✅ Optional User Controller, Model, and Route generation
- 🛡️ Optional built-in Middleware (e.g., logger, auth)
- 📦 Installs common dependencies (express, mongoose, dotenv, bcryptjs, multer, etc.)
- 🧪 Built for REST APIs, JWT-based auth, and backend projects
- 🧠 Ideal for quick prototyping, side projects, or microservices
📦 Installation
npx @govindti/nodekickstart