Ember Addon Genie

Blueprint for setting up an addon with a build, ember-try scenarios, code coverage, and documentation via YUI
Installation
ember install ember-addon-genie
Looking for help?
If it is a bug please open an issue on GitHub.
Setup CodeClimate (Coverage)
-
Create a CodeClimate account for your github repo
-
Grab your CODECLIMATE_REPO_TOKEN
from Settings --> Test Coverage --> JavaScript
You will see something along the lines of:
CODECLIMATE_REPO_TOKEN=<YOUR_REPO_TOKEN> codeclimate-test-reporter < lcov.info
-
Open up .travis.yml
and replace <CODE_CLIMATE_TOKEN_GOES_HERE>
with your repo token
-
Save & Commit
Setup Github Pages
Once you have committed all your changes, you need to setup your gh-pages branch. To do that, please
follow the instructions on the ember-cli-github-pages README.