Popularity
7.1
Growing
Activity
0.0
Stable
23
4
3
Monthly Downloads: 7
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.
-
criterion
A powerful but simple library for measuring the performance of Haskell code. -
haskell-lsp
Haskell library for the Microsoft Language Server Protocol -
cabal-install-parsers
Scripts and instructions for using CI services (e.g. Travis CI or Appveyor) with multiple GHC configurations -
stgi
A user-centric visual STG implementation to help understand GHC/Haskell's execution model. -
structured-haskell-mode
Structured editing minor mode for Haskell in Emacs -
inline-c
Write Haskell source files including C code inline. No FFI required. -
inline-java
Haskell/Java interop via inline Java code in Haskell modules. -
gi-atk
Generate Haskell bindings for GObject-Introspection capable libraries -
lambdabot-core
A friendly IRC bot and apprentice coder, written in Haskell. -
fourmolu
A fourk of ormolu that uses four space indentation and allows arbitrary configuration. Don't like it? PRs welcome! -
scion
OLD, DEPRECATED: Use this instead https://github.com/haskell/haskell-ide-engine -
lambdabot
A friendly IRC bot and apprentice coder, written in Haskell. -
threadscope
A graphical tool for profiling parallel Haskell programs
Clean code begins in your IDE with SonarLint
Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
Promo
www.sonarlint.org
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