Popularity
6.9
Declining
Activity
0.0
Stable
24
3
4
Monthly Downloads: 3
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.
-
cabal-install-parsers
Scripts and instructions for using CI services (e.g. Travis CI or Appveyor) with multiple GHC configurations -
fourmolu
A fourk of ormolu that uses four space indentation and allows arbitrary configuration. Don't like it? PRs welcome!
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai

Do you think we are missing an alternative of houseman or a related project?
Popular Comparisons
README
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