Adds precompilation of CoffeeScript files and all the basic generation
types to the ember generate command.
- Generating files in CoffeeScript with
ember generate - Preprocessing CoffeeScript-files in your app
npm install ember-cli-coffeescript --save-dev
NB: Preprocessing works with ember-cli version 0.0.37 and up.
Generating works with 0.0.39 and up.
Run ember help generate to get a list of available blueprints.
Use them by running ember g <blueprint> <args>, for instance ember g controller pants type:array
- Add CoffeeScript linting