ember-cli-coffees6
Makes using coffeescript nicer in ember-cli by supporting es6 syntax natively
File Explorer
- filter-test.coffee
- setup.js
- .gitignore
- .travis.yml
- filter.js
- index.js
- package.json
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
ember
View Details ▼
ember
Ember CLI: create and manage Ember.js applications.
ember new {{my_new_app}}
Create a new Ember application:
ember addon {{my_new_addon}}
Create a new Ember addon:
ember build
Build the project:
npm test
View Details ▼
npm test
This command is an alias of `npm run test`.
tldr npm run
View documentation for the original command:
// repository documentation
Was this content helpful?
(0 ratings)
