https://github.com/freckle/haskell-cli-template
https://github.com/freckle/haskell-cli-template
ghvm-managed
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/freckle/haskell-cli-template
- Owner: freckle
- License: mit
- Created: 2022-11-28T19:32:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-07-03T16:09:53.000Z (12 months ago)
- Last Synced: 2025-07-03T17:25:27.083Z (12 months ago)
- Topics: ghvm-managed
- Language: Makefile
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# haskell-cli-template
Haskell CLI template used at Freckle.
## Create your repo
```sh
gh repo create --template freckle/haskell-cli-template --public freckle/
```
## Rename your package
```sh
sed -i s/haskell-cli-template/my-name/ ./**/*
```
## Enable release
When you are ready to release your CLI, simply remove the conditional from the
release workflow.
```diff
- - if: false # Remove when ready to release
```
---
[CHANGELOG](./CHANGELOG.md) | [LICENSE](./LICENSE)