UNPKG

heya-ice

Version:

ICE: logging, debugging, and assert facility.

51 lines (37 loc) 1.7 kB
# ICE [![Build status][travis-image]][travis-url] [![Dependencies][deps-image]][deps-url] [![devDependencies][dev-deps-image]][dev-deps-url] [![NPM version][npm-image]][npm-url] ICE: logging, debugging, and assert facility. This project is being tested as a part of [heya-unit](https://github.com/heya/unit): [![Build status][travis-image2]][travis-url2] [![Dependencies][deps-image2]][deps-url2] [![devDependencies][dev-deps-image2]][dev-deps-url2] [![NPM version][npm-image2]][npm-url2] ## How to install If you plan to use it in your [node.js](http://nodejs.org) project install it like this: ``` npm install heya-ice ``` For your browser-based projects I suggest to use [volo.js](http://volojs.org): ``` volo install heya/ice heya-ice ``` [npm-image]: https://img.shields.io/npm/v/heya-ice.svg [npm-url]: https://npmjs.org/package/heya-ice [deps-image]: https://img.shields.io/david/heya/ice.svg [deps-url]: https://david-dm.org/heya/ice [dev-deps-image]: https://img.shields.io/david/dev/heya/ice.svg [dev-deps-url]: https://david-dm.org/heya/ice#info=devDependencies [travis-image]: https://img.shields.io/travis/heya/ice.svg [travis-url]: https://travis-ci.org/heya/ice [npm-image2]: https://img.shields.io/npm/v/heya-unit.svg [npm-url2]: https://npmjs.org/package/heya-unit [deps-image2]: https://img.shields.io/david/heya/unit.svg [deps-url2]: https://david-dm.org/heya/unit [dev-deps-image2]: https://img.shields.io/david/dev/heya/unit.svg [dev-deps-url2]: https://david-dm.org/heya/unit#info=devDependencies [travis-image2]: https://img.shields.io/travis/heya/unit.svg [travis-url2]: https://travis-ci.org/heya/unit