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

Module documentation for 0.1.1.0

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 --resolver 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

master

v0.1.1.0

  • Output files in sorted ordering.

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