NOTE: I'm no longer maintaining this project since it's generally kinda hard to keep up with ember-cli. The libraries listed below are pretty cool though, you should check them out.
When starting a new Ember project, I find myself configuring and installing the same things over and over. This project intends to be a better starting point for my own use cases; it may or may not work for you.
- fewer dotfiles
- no semicolons
- collected wisdom from the Ember community
- ember-truth-helpers
- ember-route-action-helper
- ember-cli-sass
- ember-component-css
- ember-concurrency
- ember-engines
$ ember <new|init> [app-name] --blueprint https://github.com/nucleartide/ember-defaults.git
Thanks to @knownasilya for telling me about the blueprint approach.