@hackage project-forge0.3.0.0
A project initialization library
Categories
License
BSD-3-Clause
Maintainer
bsaul@novisci.com
Links
- Documentation
- No source repository
- Changelog
- Security
Versions
Deprecated
Dependencies (12)
- base >=4.16 && <5
- bytestring
- containers
- directory
- filepath
- text Show all…
Dependents (0)
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