# fuge-runner
[![npm version][npm-badge]][npm-url]
[![npm downloads][npm-downloads-badge]][npm-url]
[![Build Status][travis-badge]][travis-url]

Process and container runner and watcher for the fuge tool.

If you're using this module, and need help, you can:

- Post a [github issue][],
- Reach out on twitter to @pelger

## Install
To install, simply use npm.

```sh
npm install fuge-runner
```

## Test
To run tests, simply use npm:

```
npm run test
```

## Contributing
The [apparatus team][] encourage open participation. If you feel you can help in any way, be it with
documentation, examples, extra testing, or new features please get in touch.

## License
Copyright the apparatus team 2015, Licensed under [MIT][].

[npm-badge]: https://badge.fury.io/js/fuge-runner.svg
[npm-url]: https://badge.fury.io/js/fuge-runner
[npm-downloads-badge]: https://img.shields.io/npm/dm/fuge-runner.svg?maxAge=2592000
[travis-badge]: https://travis-ci.org/apparatus/fuge-runner.svg?branch=master
[travis-url]: https://travis-ci.org/apparatus/fuge-runner
[travis-badge]: https://travis-ci.org/apparatus/fuge-runner.svg

[apparatus team]: https://github.com/apparatus
[MIT]: ./LICENSE
[github issue]: https://github.com/apparatus/fuge-runner/issues/new
