0.0.1 • Published 9 years ago
generator-angular-es6 v0.0.1
generator-angular-es6

A yeoman generator for AngularJS using ES6 / Classes the simple way.
Installation
Install generator-angular-es6 globally:
npm install -g generator-angular-es6Remember to install yo globally as well, if you haven't already:
npm install -g yoUsage
Create a new folder for your project:
mkdir my-angular-appRun the generator from within the folder in which you want to add a controller / directive / service / filter:
cd app/components/example/
yo angular-es6License
MIT
TODO
- Add Component support
0.0.1
9 years ago