busy-utils
![npm version](https://badge.fury.io/js/busy-utils.svg)
![Build Status](https://travis-ci.org/busybusy/webapp-busy-utils.svg?branch=master)
![Ember badge](http://embadge.io/v1/badge.svg?start=2.12.1)
![Issue Count](https://codeclimate.com/github/busybusy/webapp-busy-utils/badges/issue_count.svg)
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 repositorynpm install
bower install
Running
Running Tests
npm test
(Runs ember try:testall
to test your addon against multiple Ember versions)ember test
ember test --server
Building
For more information on using ember-cli, visit https://ember-cli.com/.
License
MIT License