holy-project alternatives and similar packages
Based on the "Development" category.
Alternatively, view holy-project alternatives based on common mentions on social networks and blogs.
-
fourmolu
A fourk of ormolu that uses four space indentation and allows arbitrary configuration. Don't like it? PRs welcome! -
cabal-install-parsers
Scripts and instructions for using CI services (e.g. Travis CI or Appveyor) with multiple GHC configurations
InfluxDB high-performance time series database

Do you think we are missing an alternative of holy-project or a related project?
README
This project has two homes. It is ok to work in github, still, for a better decentralized web please consider contributing (issues, PR, etc...) throught:
Holy Project
Holy Project is an application which ask the user some questions and create files to help you starting a new Haskell project.
There are example for tests using HUnit and SmallCheck.
It initialize git, use cabal sandboxes, and provide two useful scripts:
auto-update
and interact
.
You could check this blog post to learn how it was made.
Install
cabal update && cabal install holy-project
Then simply:
cd ~/my-projects
holy-projects
And follows the instructions.
Thanks
Thanks to Kirill to have taken the time to fix it.