Popularity
5.7
Growing
Activity
4.1
-
13
4
1

Monthly Downloads: 22
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Web     Development     Stack    
Latest version: v0.1.0.2
Add another 'stack' Package

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


*Note that all licence references and agreements mentioned in the stack-templatizer README section above are relevant to that project's source code only.