Expedite is a flexible, opinionated developer tool that automates full-stack web project setup β giving you full control over your tech stack without the headache of manual configuration.
- π§ Select from popular frontend and backend stacks.
- π Caching of template repo for faster, offline generation.
- π Generates a clean
Frontend/andBackend/folder structure. - π Automatic project config (
expedite.json) for future reference.
- React
- Vue
- Tailwind CSS
- Bootstrap
- Express.js
- Django
- MongoDB
- PostgreSQL
- MySQL
git clone https://github.com/Nithin6524/Expedite.git
cd Expedite
2. Install dependencies
npm install
3. Run the CLI
npm start
When you generate a project, it will be created in the current directory.
Contributions are welcome!