fujimura / houseman

A Haskell implementation of Foreman

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

housemanCircle CI

Join the chat at https://gitter.im/fujimura/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

  1. Fork it ( http://github.com/fujimura/houseman/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

A Haskell implementation of Foreman

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%