rapid-express-cli
v1.2.9
Published
A simple and interactive CLI tool to quickly set up an Express.js project with best practices
Readme
⚠️ rapid-express-cli → initex
⚠️ Notice: This package has been renamed and upgraded to initex. a more powerful, extensible CLI for backend project scaffolding.
🚫 rapid-express-cli is no longer maintained and will not receive updates.
👉 Use instead:
Run the CLI using npx:
npx initex
Learn more: initex on npm | Github Repo
🚀 A simple and interactive CLI tool to quickly set up an Express.js project with best practices.
🔥 Features:
- Interactive Setup – Choose your project configuration step by step.
- Database Support – Select from MongoDB, MySQL, or other databases.
- Socket.io Integration – Easily add real-time communication.
- TypeScript or JavaScript – Your choice!
- Clean Folder Structure – Auto-generates
routes/,controllers/,models/, etc.
📦 Installation
Run the CLI using npx:
npx rapid-express-cliOr install globally:
npm install -g rapid-express-cli🛠 Usage
Simply run the command and follow the prompts:
rapid-express🎯 Save time and focus on building features, not setting up projects!
👉 GitHub Repo: https://github.com/Dhvanitmonpara/rapid-express-cli
