Popularity
6.8
Declining
Activity
0.0
Stable
15
4
6

Monthly Downloads: 16
Programming language: Haskell
License: MIT License
Tags: Development    

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.

Do you think we are missing an alternative of holy-project or a related project?

Add another 'Development' Package

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:

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.