[Haskell-cafe] ANN: hi-0.0.2, a Haskell project generator

Daisuke Fujimura me at fujimuradaisuke.com
Fri Aug 9 17:06:00 CEST 2013


Hello cafe,

I'm very happy to announce the release of hi, a Haskell project generator.

http://hackage.haskell.org/package/hi

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.
https://github.com/fujimura/hi-example

More details is in the README:
https://github.com/fujimura/hi

Hope you enjoy it :-)

--
Fujimura Daisuke
http://fujimuradaisuke.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20130810/0afcdac2/attachment.htm>


More information about the Haskell-Cafe mailing list