This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

generator-typescript-starter

1.2.2 • Public • Published

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

Package Sidebar

Install

npm i generator-typescript-starter

Weekly Downloads

1

Version

1.2.2

License

MIT

Unpacked Size

11.9 kB

Total Files

32

Last publish

Collaborators

  • phu.nguyen