🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

busy-utils

Package Overview
Dependencies
Maintainers
3
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

busy-utils

The default blueprint for ember-cli addons.

latest
Source
npmnpm
Version
2.6.2
Version published
Maintainers
3
Created
Source

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

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

Keywords

ember-addon

FAQs

Package last updated on 31 Oct 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts