New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

busy-utils

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

busy-utils

The default blueprint for ember-cli addons.

75

Supply Chain Security

90

Quality

84

Maintenance

100

Vulnerabilities

100

License


Version published
Weekly downloads
3
decreased by-72.73%
Maintainers
1
Weekly downloads
 
Created

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

FAQs

Package last updated on 06 Apr 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