project-forge: A project initialization library

[ bsd3, deprecated, development, library ] [ Propose Tags ]
Deprecated

A project initialization library based on stache. See the project's README for more information.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.2.0.0, 0.3.0.0
Change log CHANGELOG.md
Dependencies aeson, base (>=4.16 && <5), Blammo, bytestring, containers, directory, filepath, pretty-simple, stache, temporary, text, typed-process [details]
License BSD-3-Clause
Author Bradley Saul
Maintainer bsaul@novisci.com
Category Development
Uploaded by bradleysaul at 2022-09-28T10:51:13Z
Distributions
Downloads 134 total (7 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2022-09-28 [all 1 reports]

Readme for project-forge-0.2.0.0

[back to package description]

project-forge: A Haskell library for forging new projects

The project-forge library is basically an extension of the stache library with added features:

  • ability to include variables in file and directory names
  • utilities to get templates from a local directory
  • utilities for creating project initialization CLI applications
  • logging (via blammo)

Features not yet implemented

  • utilities to get templates from remote repositories
  • ability to run pre/post scripts or IO () actions