ember-tinycon
v0.1.0
Published
Ember service for tinycon, a small library for manipulating the favicon.
Downloads
1
Readme
ember-tinycon
Shim wrapper around tinycon.
import Tinycon from 'tinycon';
Tinycon.setBubble(5);
Installation
git clone <repository-url>
this repositorycd ember-tinycon
yarn install
Running
ember serve
- Visit your app at http://localhost:4200.
Running Tests
yarn run test
(Runsember try:each
to test your addon against multiple Ember versions)ember test
ember test --server
Building
ember build
For more information on using ember-cli, visit https://ember-cli.com/.