Invoker is a gem for managing processes in development environment. [![Build Status](https://travis-ci.org/code-mancers/invoker.svg)](https://travis-ci.org/code-mancers/invoker) [![Code Climate](https://codeclimate.com/github/code-mancers/invoker.svg)](https://codeclimate.com/github/code-mancers/invoker) [![Coverage Status](https://coveralls.io/repos/code-mancers/invoker/badge.svg)](https://coveralls.io/r/code-mancers/invoker) [![Dependency Status](https://gemnasium.com/code-mancers/invoker.svg)](https://gemnasium.com/code-mancers/invoker) ## Usage ## First we need to install `invoker` gem to get command line utility called `invoker`, we can do that via: gem install invoker Currently it only works with Ruby 1.9.3, 2.0 and 2.1. ## Manual ## Information about configuring and using Invoker can be found on - [Invoker Website](http://invoker.codemancers.com) Invoker documentation is maintained via `Jekyll` and hosted on `github`. If you would like to fix an error or update something - please submit a pull request against `gh-pages` branch of `Invoker`. ## Bug reports and Feature requests Please use [Github Issue Tracker](https://github.com/code-mancers/invoker/issues) for feature requests or bug reports.