CTSP is a CLI tool to make easier to start a new NodeJS project and configure Typescript on it.
- 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
npm i ctsp -g
npm run dev
npm run build
Start CTSP running this on your console.
ctsp
CTSP will create a folder with the given project name