Skip to content

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

License

Notifications You must be signed in to change notification settings

idawud/ts-express-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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