## ts-express-cli
A simple cli tool to generate a minimal NodeJs express server with TypeScript.
### InstallationInstall the library with
```sh
npm i -g ts-express-cli
and run
ts-express-cli
```Install the dependencies.
```sh
cd <ProjectName>
and
npm install
```