Skip to content

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

Notifications You must be signed in to change notification settings

arijitdn/codesetup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]

About

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

Resources

Stars

Watchers

Forks