Ember App Kit is a foundation for your ambitious web applications built in Ember. It's intended to be used either on its own or as the base scaffolding for generators built on for Ember applications, including Ember Tools, generator-ember, and a hypothetical official executable at some point in the future.
For usage information, please see the getting started guide.
- (relatively) Sane project structure
- ES6 module transpiler support (easy, future-proof modules)
- Module system-aware resolver
- Simple ember-testing example
- Testing via QUnit, Ember Testing, and Karma
- Project compilation & minification for easy deploys
- Optional CoffeeScript, SASS, and LESS support
- Optional support for package management via bower
- ES6-aware JSHint
- Source maps for transpiled modules
- Better support for usage in generators
Think anything else is missing? Feel free to open an issue (or, even better, a PR)! Discussion and feedback is always appreciated.