Haskell CLI template used at Freckle.
gh repo create --template freckle/haskell-cli-template --public freckle/<name>
sed -i s/haskell-cli-template/my-name/ ./**/*
When you are ready to release your CLI, simply remove the conditional from the release workflow.
- - if: false # Remove when ready to release