BSD-3-Clause licensed by Pavan Rikhi
Maintained by [email protected]
This version can be pinned in stack with:stack-templatizer-0.1.0.2@sha256:bf91616bf9e8b2def5ee970d8d539da2b05b18581c27d8786439cc5409cf9537,1782

Module documentation for 0.1.0.2

There are no documented modules for this package.

stack-templatizer

stack-templatizer Build Status

Stack Templatizer is a small application that lets you generate stack template hsfiles from a folder.

Install or clone & build the project using stack:

# Install from Stack Nightly
stack install stack-templatizer --nightly

# Or build and install from source
git clone https://github.com/prikhi/stack-templatizer
cd stack-templatizer
stack install

Once installed, you can run stack-templatizer my-template-folder to generate a my-template-folder.hsfiles stack template.

For an example repository that generates a stack template, see hpack-template.

LICENSE

BSD-3-Clause

Changes

CHANGELOG

v0.1.0.2

  • Fix package category, from Web to Development.
  • Test with Stack LTS v15.0.
  • Add link in README to example repository.

v0.1.0.1

  • Documentation fixes

v0.1.0.0

  • Initial Release