https://www.npmjs.com/package/generator-angular-typescript#generators
- angular-typescript:controller
- angular-typescript:directive
- angular-typescript:filter
- angular-typescript:route
- angular-typescript:service
- angular-typescript:provider
- angular-typescript:factory
- angular-typescript:value
- angular-typescript:constant
- angular-typescript:decorator
- angular-typescript:view
yo angular-typescript:controller login
- You need npm (brew install npm)
- npm -g install grunt-cli
- npm -g install bower
- npm -g install yo
- gem install compass
- npm install
- bower install
Run grunt
for building and grunt serve
for preview.
Running grunt test
will run the unit tests with karma.