🚀 A simple and interactive CLI tool to quickly set up an Express.js project with best practices.
- 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.
Run the CLI using npx:
npx initex
Or install globally:
npm install -g initex
Simply run the command and follow the prompts:
initex
🎯 Save time and focus on building features, not setting up projects!
👉 GitHub Repo: https://github.com/Dhvanitmonpara/initex