@keshavsoft-org/express-todo
v1.10.5
Published
CLI to scaffold Express.js projects using templates
Downloads
3,590
Maintainers
Readme
🚀 @keshavsoft-org/express-todo
Simple and clean Express.js project generator.
Create a ready-to-run Express application in seconds using a single command.
✨ Features
- Fast Express boilerplate generation
- Clean folder structure
- Beginner friendly
- Minimal setup
- Ready-to-run server configuration
- Environment file support
- VSCode-ready project structure
📦 Installation
Using NPX (Recommended)
npx @keshavsoft-org/express-todo simple⚡ Quick Start
1. Create Project
npx @keshavsoft-org/express-todo simple2. Move Into Project
cd your-project-name3. Install Dependencies
npm install4. Start Server
npm start📁 Generated Structure
your-project/
│
├── .vscode/
├── Config/
├── Public/
│
├── .env
├── .env.local
│
├── app.js
├── config.json
├── configLoader.js
├── port.js
├── routes.js
├── server.js
│
└── package.json🛠 Command Reference
Create Simple Express App
npx @keshavsoft-org/express-todo simpleCreates a new Express starter project with basic configuration.
📸 Example
Command
npx @keshavsoft-org/express-todo simpleOutput
[keshavsoft] Project created: my-express-app🎯 Why Use This?
Setting up Express projects repeatedly can be boring.
This CLI helps you:
- Skip repetitive setup
- Start faster
- Maintain clean structure
- Focus on development instead of boilerplate
🔧 Requirements
- Node.js >= 18
- npm >= 9
📄 License
MIT
