holy-project
holy-project copied to clipboard
Initializer of Haskell project (cabal, git, tests...) + good tutorial
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:
https://gitlab.esy.fun/yogsototh/holy-project
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.