generator-angular-es6

0.0.1 • Public • Published

generator-angular-es6 NPM version Build Status Dependency Status

A yeoman generator for AngularJS using ES6 / Classes the simple way.

Installation

Install generator-angular-es6 globally:

npm install -g generator-angular-es6

Remember to install yo globally as well, if you haven't already:

npm install -g yo

Usage

Create a new folder for your project:

mkdir my-angular-app

Run the generator from within the folder in which you want to add a controller / directive / service / filter:

cd app/components/example/
 
yo angular-es6

License

MIT

TODO

  • Add Component support

Package Sidebar

Install

npm i generator-angular-es6

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • isonet