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

Module documentation for 0.1.0.1

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.

hpack template

Things I do after initing a simple-hpack template:

  • Add gitignore w/ cabal & stack-work
  • change exe to app/Main.hs
  • Add library section
  • set GHC options
  • lint stack.yaml & package.yaml
  • add LICENSE section to readme
  • add github section to package.yaml

LICENSE

BSD-3-Clause

Changes

CHANGELOG

v0.1.0.1

  • Documentation fixes

v0.1.0.0

  • Initial Release