Skip to content
/ goct Public template

Template for writing CLI using cobra.

License

Notifications You must be signed in to change notification settings

kmdkuk/goct

Folders and files

NameName
Last commit message
Last commit date
Dec 6, 2023
Jul 9, 2022
Jul 9, 2022
Jul 9, 2022
Jul 9, 2022
Jul 9, 2022
Nov 19, 2023
Aug 13, 2020
Nov 19, 2023
Jul 9, 2022
Jun 14, 2024
Jun 14, 2024
Jul 9, 2022
Nov 6, 2021

Repository files navigation

goct: GO Cli Template

CI

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