ember-cli-coffees6

(★ 22)

Makes using coffeescript nicer in ember-cli by supporting es6 syntax natively

File Explorer

  • .gitignore
  • .travis.yml
  • filter.js
  • index.js
  • package.json
  • README.md

# Use via CDN

jsDelivr

jsDelivr 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.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

ember

View Details ▼

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 ▼

This command is an alias of `npm run test`.

tldr npm run

View documentation for the original command:

// repository documentation