Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 666 Bytes

File metadata and controls

23 lines (18 loc) · 666 Bytes

CoffeeScript support for ember-cli

Adds precompilation of CoffeeScript files and all the basic generation types to the ember generate command.

Includes

  • Generating files in CoffeeScript with ember generate
  • Preprocessing CoffeeScript-files in your app

Install

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.

How to use

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

Roadmap

  • Add CoffeeScript linting