Hello cafe,
I'm very happy to announce the release of hi, a Haskell project generator.
This application will generate a scaffold for new Haskell project with given command line argument(or value in configuration file), using git repository as a template.
If you frequently create new project which has test suite in hspec, generating new project by hi will be a good alternative to cabal-init. It comes with test suite in hspec and already buildable.
A project made by the default configuration is here.
More details is in the README:
Hope you enjoy it :-)
--
Fujimura Daisuke