0.0.5 • Published 4 years ago

ts-express-cli v0.0.5

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

ts-express-cli

A simple cli tool to generate a minimal NodeJs express server with TypeScript.

Installation

Install the library with

npm i -g ts-express-cli

and run

ts-express-cli

Install the dependencies.

cd <ProjectName>

and

npm install