Awesome
houseman
A Haskell implementation of Foreman
Usage
Start with Procfile
$ houseman start
Run one-off command
$ houseman run --command your_command
See other options by
$ houseman start --help
$ houseman run --help
Installation
Get Stack to run Haskell compilier, and
$ git clone https://github.com/fujimura/houseman.git
$ cd houseman
$ stack install
Contributing
- Fork it ( http://github.com/fujimura/houseman/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request