Skip to content
/ ctsp Public

A CLI tool to create a NodeJS project with TypeScript CTSP is a CLI tool to make easier to start a new NodeJS project and configure Typescript on it.

License

Notifications You must be signed in to change notification settings

jeanp117/ctsp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CTSP- Create TS Project

A CLI tool to create a NodeJS project with TypeScript

CTSP is a CLI tool to make easier to start a new NodeJS project and configure Typescript on it.

CLI

Features

  • Start a new NodeJS+TS project from CLI
  • Install common dependencies like Express, Lodash or Mongoose
  • If Express is marked to be installed, CTSP creates a folder structure for it (routes,views,models,components,middlewares)
  • Automatic GIT repository initialization

Installation

npm i ctsp -g

Start development mode

npm run dev

Build

npm run build

Create a project

Start CTSP running this on your console.

ctsp

CTSP will create a folder with the given project name

About

A CLI tool to create a NodeJS project with TypeScript CTSP is a CLI tool to make easier to start a new NodeJS project and configure Typescript on it.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages