https://github.com/pniedzielski/stack-templates
Templates for `stack new`
https://github.com/pniedzielski/stack-templates
Last synced: 3 months ago
JSON representation
Templates for `stack new`
- Host: GitHub
- URL: https://github.com/pniedzielski/stack-templates
- Owner: pniedzielski
- License: bsd-3-clause
- Created: 2024-04-24T22:38:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-25T03:47:06.000Z (about 1 year ago)
- Last Synced: 2025-01-17T05:42:55.709Z (5 months ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
`pniedzielski`’s Stack Templates
================================The `stack new` creates a new `stack` project based on a template,
which can be fetched from GitHub. This repository contains my most
frequently-used Stack templates.For more information, please see the user guide:
https://docs.haskellstack.org/en/stable/templates_command/
You can make a new project using these templates by running:
stack new pniedzielski/template-name
for any of the `template-name.hsfiles` in this repository.
License
-------These templates are available under a [BSD 3-Clause
license](LICENSE.md). Please use them in your projects!