Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 964 Bytes

File metadata and controls

34 lines (22 loc) · 964 Bytes

codesetup

codesetup is a CLI tool to quickly scaffold a new application with a customizable setup.

Templates:

  • 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.

Features

  • Interactive prompts for creating new starter projects.
  • Installs dependencies automatically with your favourite package manager.
  • [TODO]: Supports both Javascript and TypeScript templates.

Usage

npx codesetup

Follow the prompts to select your preferred template and options.

Changelogs:

  • 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:

Contact me in case of any feedbacks, suggestions, etc. at [email protected]