Popularity
7.0
Declining
Activity
0.0
Stable
23
4
4

Monthly Downloads: 6
Programming language: Haskell
License: MIT License
Tags: Development    
Latest version: v0.1.0

houseman alternatives and similar packages

Based on the "Development" category.
Alternatively, view houseman alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of houseman or a related project?

Add another 'Development' Package

README

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