A Haskell implementation of Foreman
$ houseman start
$ houseman run --command your_command
See other options by
$ houseman start --help
$ houseman run --help
Get Stack to run Haskell compilier, and
$ git clone https://github.com/fujimura/houseman.git
$ cd houseman
$ stack install
- 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