Description
A project initialization library.
Description
A project initialization library based on stache. See the project's README for more information.
README.md
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