README
Ember-cli-circleci 
Easy to setup instructions for using CircleCI with an ember-cli project.
ember install ember-cli-circleci
Upgrading
Don't forget to run the blueprint again on an upgrade. You can do this with the same command
ember install ember-cli-circleci
Collaborating
Installation
git clonethis repositorynpm installbower install
Running
ember server- Visit your app at http://localhost:4200.
Running Tests
npm test(Runsember try:testallto test your addon against multiple Ember versions)ember testember test --server
Building
ember build
For more information on using ember-cli, visit http://ember-cli.com/.