Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 280 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 280 Bytes

TypeScript NodeJS Starter Pack Generator

Generates a base TypeScript Node.JS from the ts-node-starter repository

npm install -g yo generator-ts-node-starter
yo ts-node-starter --name [your-app-name]
cd [your-app-name]