UNPKG

ts-express-cli

Version:

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

21 lines (15 loc) 276 B
## ts-express-cli A simple cli tool to generate a minimal NodeJs express server with TypeScript. ### Installation Install the library with ```sh npm i -g ts-express-cli and run ts-express-cli ``` Install the dependencies. ```sh cd <ProjectName> and npm install ```