cluster-reload
|
=======
|
|
[![NPM version][npm-image]][npm-url]
|
[![build status][travis-image]][travis-url]
|
[![Test coverage][coveralls-image]][coveralls-url]
|
[![Gittip][gittip-image]][gittip-url]
|
[![David deps][david-image]][david-url]
|
[![iojs version][iojs-image]][iojs-url]
|
[![node version][node-image]][node-url]
|
[![npm download][download-image]][download-url]
|
|
[npm-image]: https://img.shields.io/npm/v/cluster-reload.svg?style=flat-square
|
[npm-url]: https://npmjs.org/package/cluster-reload
|
[travis-image]: https://img.shields.io/travis/node-modules/cluster-reload.svg?style=flat-square
|
[travis-url]: https://travis-ci.org/node-modules/cluster-reload
|
[coveralls-image]: https://img.shields.io/coveralls/node-modules/cluster-reload.svg?style=flat-square
|
[coveralls-url]: https://coveralls.io/r/node-modules/cluster-reload?branch=master
|
[gittip-image]: https://img.shields.io/gittip/fengmk2.svg?style=flat-square
|
[gittip-url]: https://www.gittip.com/fengmk2/
|
[david-image]: https://img.shields.io/david/node-modules/cluster-reload.svg?style=flat-square
|
[david-url]: https://david-dm.org/node-modules/cluster-reload
|
[iojs-image]: https://img.shields.io/badge/io.js-%3E=_1.0-yellow.svg?style=flat-square
|
[iojs-url]: http://iojs.org/
|
[node-image]: https://img.shields.io/badge/node.js-%3E=_0.12-green.svg?style=flat-square
|
[node-url]: http://nodejs.org/download/
|
[download-image]: https://img.shields.io/npm/dm/cluster-reload.svg?style=flat-square
|
[download-url]: https://npmjs.org/package/cluster-reload
|
|
Easy and safe reload your workers.
|
|
## Installation
|
|
```bash
|
$ npm install cluster-reload --save
|
```
|
|
## License
|
|
[MIT](LICENSE)
|