Easily add GitHub Octicons to an Ember application.
When the addon is installed, it will add octicons as a Bower dependency, import the Octicons CSS into the vendor CSS package, and import the Octicons font files into the build assets.
In your ember-cli project, run:
ember install ember-octiconsgit clone https://github.com/kpfefferle/ember-octicons.gitthis repositorycd ember-octiconsyarnbower install
npm test(Runsember try:eachto test your addon against multiple Ember versions)ember testember test --server
For more information on using ember-cli, visit https://ember-cli.com/.