Awesome
hi-hspec
A template for hi.
example:
$ hi -m Foo.Bar -p foo-bar -r git@github.com:fujimura/hi-hspec.git
$ tree
.
├── ChangeLog.md
├── LICENSE
├── README.md
├── foo-bar.cabal
├── src
│ └── Foo
│ ├── Bar
│ │ └── Internal.hs
│ └── Bar.hs
└── test
├── Foo
│ └── BarSpec.hs
└── Spec.hs
5 directories, 8 files
Copyright 2013-2014 Fujimura Daisuke, under the MIT license.