slush-angular-es6

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

Usage no npm install needed!

<script type="module">
  import slushAngularEs6 from 'https://cdn.skypack.dev/slush-angular-es6';
</script>

README

slush-angular-es6 NPM version Build Status Dependency Status

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

Installation

Install slush-angular-es6 globally:

npm install -g slush-angular-es6

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

npm install -g slush

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/

slush angular-es6

License

MIT

TODO

  • Add Component support