A template to start writing CLI easily in Go language.
Please change "git-push-notifier" to your project name and use it.
By setting your Slack webhook url in secrets.SLACK_WEBHOOK,
you can also notify slack of test results.
- Create a new repository from the "Use This Template" button on this repository.
- Clone to your machine.
- Run
./scripts/change_name.sh <your GitHub ID>/<new repository>
For example,./scripts/change_name.sh kmdkuk/hogecli
- Start your development!