Skip to content

trmcnvn/ember-tinycon

Repository files navigation

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/.