hi: Generate scaffold for cabal project

[ bsd3, distribution, library, program ] [ Propose Tags ]

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.

Downloads

Maintainer's Corner

Package maintainers

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-rc (==1.2.0.3), text (>1.0), 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-08-26T04:09:44Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables hi
Downloads 13404 total (36 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user [build log]
Successful builds reported [all 1 reports]