Legend:
- [be] Bleeding Edge
- [ed] Ember Data Related
- https://github.com/ember-template-lint/ember-cli-template-lint lint the templates
- https://github.com/ember-cli-deploy/ember-cli-deploy Deployment pipeline addons or apps
- https://github.com/emberjs/ember-optional-features [be] Enable optional features (will be in cli soon)
- https://github.com/ef4/ember-auto-import [be] Make importing npm modules easy
- https://github.com/rwjblue/ember-angle-bracket-invocation-polyfill [be] React style component names
- https://github.com/ember-decorators/ember-decorators [be] ES Classes for components
- https://github.com/machty/ember-concurrency Managing Asynchrony
- https://github.com/offirgolan/ember-parachute Managing Query Params
- https://github.com/ember-animation/liquid-fire Animations
- https://github.com/cibernox/ember-power-select Awesome select component
- https://github.com/cibernox/ember-power-calendar Awesome calendar component
- https://github.com/tim-evans/ember-page-title Set the title of pages
- https://github.com/amiel/ember-data-url-templates [ed] Easilly extend urls for server requests
- https://github.com/machty/ember-constraint-router [be] Alternative routing, good for realtime
- https://github.com/cardstack/ember-toolbars Managing toolbars with animations
- https://github.com/freshbooks/ember-responsive Media queries for your code/templates
- https://github.com/simplabs/ember-simple-auth A great solution for all types of authentication
- https://github.com/ember-engines/ember-engines Splitting apps for loose coupling (great for multiple teams), also lazy loading
- https://github.com/ember-learn/ember-cli-addon-docs Versioned documentation
- https://github.com/ember-template-lint/ember-template-recast Editing templates programatically
- https://github.com/simplabs/qunit-dom Simple abstraction over DOM for testing elements (cli soon)
- https://github.com/Cropster/ember-visual-test Visual testing
- https://github.com/salsify/ember-milestones Testing micro async state [be]
- https://github.com/ember-a11y/ember-a11y-testing Test for accessibility
- https://github.com/tradegecko/ember-semantic-test-helpers Find elements by their semantic meaning
- https://github.com/san650/ember-cli-page-object/stargazers Organize test modifiers/getters into pages