Just released a Yeoman generator for ember-cli which helps configure an app for:
Find it at https://github.com/kristianmandrup/ember-config
or give it a try:
npm install -g generator-ember-config
yo ember-config
Configurators:
- List item
- Script (javascript, coffeescript, livescript)
- CSS (css, less, sass, compass)
- Templating (handlebars, emblem)
- Layout (bootstrap, foundation, …)
And many more…
You are welcome to help improve it, make suggestions etc. Cheers!