Skip to content

fujimura/houseman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published