/hogecli

Primary LanguageGoMIT LicenseMIT

hogecli

CI

A template to start writing CLI easily in Go language.
Please change "hogecli" 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.

How To Use

  1. Create a new repository from the "Use This Template" button on this repository.
  2. Clone to your machine.
  3. Run ./scripts/change_name.sh <your GitHub ID>/<new repository> For example, ./scripts/change_name.sh kmdkuk/hogecli
  4. Start your development!