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 foo-bar-baz

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 ansi-wl-pprint, base (>=4 && <5), bytestring, directory, filepath, optparse-applicative (>=0.10.0), parsec, process (>=1.2.0.0), split, template (>=0.2 && <0.3), temporary (==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
Bug tracker https://github.com/fujimura/hi/issues
Source repo head: git clone https://github.com/fujimura/hi.git
Uploaded by DaisukeFujimura at 2015-01-09T09:44:55Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables hi
Downloads 13382 total (40 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-01-11 [all 1 reports]