ember-octicons
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.
Usage
In your ember-cli project, run:
ember install ember-octicons
Developing
git clone https://github.com/kpfefferle/ember-octicons.git
this repositorycd ember-octicons
yarn
bower install
Running Tests
npm test
(Runsember try:each
to test your addon against multiple Ember versions)ember test
ember test --server
For more information on using ember-cli, visit https://ember-cli.com/.