ember-cli-octiconsdeprecated

Easily add GitHub Octicons to your Ember project.

Usage no npm install needed!

<script type="module">
  import emberCliOcticons from 'https://cdn.skypack.dev/ember-cli-octicons';
</script>

README

ember-cli-octicons

Build Status 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-cli-octicons

Developing

  • git clone this repository
  • npm install
  • bower install

Running Tests

  • npm test (Runs ember try:testall to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

For more information on using ember-cli, visit http://ember-cli.com/.