Skip to content

Yeoman generator to scaffold out a front-end project with angular, typescript, webpack and much more..

License

Notifications You must be signed in to change notification settings

shibbir/generator-angular2-typescript

Repository files navigation

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

About

Yeoman generator to scaffold out a front-end project with angular, typescript, webpack and much more..

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published