From efc106e3da13b32c4db98edefc96a7eb60fff5db Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Wed, 15 Jan 2014 23:19:37 +0100 Subject: [PATCH] added a README file --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..29e724b --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# 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. + +## Thanks + +Thanks to [Kirill](https://github.com/qrilka) to have taken the time to fix it.