@hackage / stack-templatizer

Generate a stack template from a folder.

Latest0.1.1.0

About

Metadata

  • Last updated , by lysergia
  • License BSD-3-Clause
  • Categories Development, Web Development
  • Maintained by: pavan.rikhi@gmail.com

  • Lottery factor: 0

Links

Installation

Readme

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