Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prikhi/stack-templatizer
Transform a Folder into a Stack Template
https://github.com/prikhi/stack-templatizer
generator haskell hsfiles stack stack-template stackage templates
Last synced: 10 days ago
JSON representation
Transform a Folder into a Stack Template
- Host: GitHub
- URL: https://github.com/prikhi/stack-templatizer
- Owner: prikhi
- License: bsd-3-clause
- Created: 2020-02-11T16:15:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-08T03:13:22.000Z (over 1 year ago)
- Last Synced: 2024-04-26T00:08:21.398Z (7 months ago)
- Topics: generator, haskell, hsfiles, stack, stack-template, stackage, templates
- Language: Haskell
- Homepage: https://hackage.haskell.org/package/stack-templatizer
- Size: 27.3 KB
- Stars: 13
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# stack-templatizer
[![stack-templatizer Build Status](https://github.com/prikhi/stack-templatizer/actions/workflows/main.yml/badge.svg)](https://github.com/prikhi/stack-templatizer/actions/workflows/main.yml)
Stack Templatizer is a small application that lets you generate stack template
`hsfiles` from a folder.Install or clone & build the project using `stack`:
```sh
# 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](https://github.com/prikhi/hpack-template).## LICENSE
BSD-3-Clause