Saving time to start a new TypeScript projects.
Install Yeoman if you don't have
npm install --global yo
Install this generator
npm install --global generator-typescript-starter
yo typescript-starter [--template template-name] [--name project-name]
The name of the folder will be generated. If provided, will skip the question about project name.
minimal
(default): The simple template with native http
server and test ready with Ava
cli
: Ready setup for new Node.js CLI applications.
MIT