An open API service indexing awesome lists of open source software.

https://github.com/freckle/haskell-cli-template


https://github.com/freckle/haskell-cli-template

ghvm-managed

Last synced: 11 months ago
JSON representation

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)