0.1.0 • Published 7 years ago

ember-tinycon v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

ember-tinycon

Shim wrapper around tinycon.

import Tinycon from 'tinycon';

Tinycon.setBubble(5);

Installation

  • git clone <repository-url> this repository
  • cd ember-tinycon
  • yarn install

Running

Running Tests

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