1.1.1 • Published 6 months ago

codesetup v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

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 contact@arijit.dev

1.1.1

6 months ago

1.1.0

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago