Skip to content
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.

Minimal Typescript Starter Generator for Yeoman

Notifications You must be signed in to change notification settings

phunguyen19/generator-typescript-starter

Repository files navigation

Typescript Starter generator

npm version Build Status Known Vulnerabilities Greenkeeper badge

Saving time to start a new TypeScript projects.

Installation

Install Yeoman if you don't have

npm install --global yo

Install this generator

npm install --global generator-typescript-starter

Usage

yo typescript-starter [--template template-name] [--name project-name]

Options

--name

The name of the folder will be generated. If provided, will skip the question about project name.

--template

minimal (default): The simple template with native http server and test ready with Ava

cli: Ready setup for new Node.js CLI applications.

License

MIT