busy-utils

The default blueprint for ember-cli addons.

Usage no npm install needed!

<script type="module">
  import busyUtils from 'https://cdn.skypack.dev/busy-utils';
</script>

README

busy-utils

npm version

Build Status

Ember Observer Score Ember badge

Code Climate Test Coverage Issue Count

ember cli addon for utility functions

Installation

Install this addon using ember-cli

ember install busy-utils

Usage

Use busy-utils in your js files

import { Assert } from 'busy-utils';

Assert.test('some message', someTest === someValue);

Contributing

Installation

  • git clone this repository
  • npm install
  • bower install

Running

  • ember server
  • Visit your app at http://localhost:4200.

Running Tests

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

License

MIT License