/ember-octicons

Include GitHub Octicons in an ember-cli app.

Primary LanguageJavaScriptMIT LicenseMIT

ember-octicons

CircleCI Ember Observer Score

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 repository
  • cd ember-octicons
  • yarn
  • bower install

Running Tests

  • npm test (Runs ember 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/.