stack-templatizer: Generate a stack template from a folder.

[ bsd3, development, program ] [ Propose Tags ]

stack-templatizer is an application that generates a .hsfiles stack template from a folder of template files.

You can install the application using stack install stack-templatizer install


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.1.0
Change log CHANGELOG.md
Dependencies base (>=4.7 && <5), bytestring (<1), directory (>=1 && <2), filepath (>=1 && <2) [details]
License BSD-3-Clause
Copyright 2020 Pavan Rikhi
Author Pavan Rikhi
Maintainer pavan.rikhi@gmail.com
Category Web
Home page https://github.com/prikhi/stack-templatizer#readme
Bug tracker https://github.com/prikhi/stack-templatizer/issues
Source repo head: git clone https://github.com/prikhi/stack-templatizer
Uploaded by lysergia at 2020-02-11T16:44:14Z
Distributions LTSHaskell:0.1.1.0, NixOS:0.1.1.0, Stackage:0.1.1.0
Executables stack-templatizer
Downloads 978 total (21 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2020-02-11 [all 3 reports]

Readme for stack-templatizer-0.1.0.0

[back to package description]

stack-templatizer

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.

LICENSE

BSD-3-Clause