codesetup
is a CLI tool to quickly scaffold a new application with a customizable setup.
- Express Starter Template - Contains Express, File Based Routing, Error Handler, Chalk colors, etc.
- Express Starter Template (no colors) - Its the same as previous one without chalk colors.
- Interactive prompts for creating new starter projects.
- Installs dependencies automatically with your favourite package manager.
- [TODO]: Supports both Javascript and TypeScript templates.
npx codesetup
Follow the prompts to select your preferred template and options.
- v1.1.1 - Added express-starter-template (no colors)
- v1.1.0 - Changed the code to typescript
- v1.0.2 - Added bun support
- v1.0.1 - Fixed the directory already exists issue
- v1.0.0 - Package published!
Contact me in case of any feedbacks, suggestions, etc. at [email protected]