hi: Generate scaffold for cabal project
This application generates a scaffold for Haskell project from a Git repository.
This command
$ hi --package-name "foo-bar-baz" --module-name "Foo.Bar.Baz" --author "Fujimura Daisuke" --email "me@fujimuradaisuke.com"
will generate:
$ tree . . ├── LICENSE ├── README.md ├── foo-bar-baz.cabal ├── src │ └── Foo │ └── Bar │ ├── Baz │ │ └── Internal.hs │ └── Baz.hs └── test ├── Foo │ └── Bar │ ├── Baz │ └── BazSpec.hs └── Spec.hs
See https://github.com/fujimura/hi for further usage.
Modules
[Index]
Downloads
- hi-0.0.7.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.0.1, 0.0.2, 0.0.3, 0.0.4, 0.0.5, 0.0.6, 0.0.7, 0.0.8, 0.0.8.1, 0.0.8.2, 1.0.0.0, 1.1.0.0, 1.1.0.1, 1.1.0.2, 1.1.0.3, 1.2.0.0, 1.2.0.1, 1.2.0.2 |
---|---|
Dependencies | base (>=4 && <5), bytestring, directory, filepath, parsec, process, split, template (>=0.2 && <0.3), temporary, text, time [details] |
License | BSD-3-Clause |
Author | Fujimura Daisuke |
Maintainer | me@fujimuradaisuke.com |
Category | Distribution |
Home page | https://github.com/fujimura/hi |
Source repo | head: git clone https://github.com/fujimura/hi.git |
Uploaded | by DaisukeFujimura at 2014-01-15T04:33:56Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | hi |
Downloads | 13647 total (68 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Successful builds reported [all 1 reports] |