holy-project/README.md

30 lines
666 B
Markdown
Raw Normal View History

2014-01-15 22:19:37 +00:00
# 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](http://yannesposito.com/Scratch/en/blog/Holy-Haskell-Starter/) to learn how it was made.
2014-04-22 09:49:58 +00:00
## Install
~~~
cabal update && cabal install holy-project
~~~
Then simply:
~~~
cd ~/my-projects
holy-projects
~~~~
And follows the instructions.
2014-01-15 22:19:37 +00:00
## Thanks
Thanks to [Kirill](https://github.com/qrilka) to have taken the time to fix it.