Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 2.08 KB

readme.md

File metadata and controls

50 lines (38 loc) · 2.08 KB

Angular2-TypeScript generator

Yeoman generator for scaffold out a front-end project with Angular and TypeScript

NPM

Build Status Dependencies Status Coverage Status License

Installation

You need to have latest version of Node.js installed on your machine before running the followings:

npm install yo generator-angular2-typescript -g	

Make a new directory, and cd into it:

mkdir my-new-project && cd $_	

Run yo angular2-typescript, optionally passing an app name:

yo angular2-typescript [app-name]	

That'll generate a project including:

Running Unit Tests

npm test

# Generate code coverage report	
npm run coverage	

License

MIT © 2016