/go-cli-template

Go CLI Template

Primary LanguageGoMIT LicenseMIT

GitHub Repo stars GitHub GitHub go.mod Go version GitHub all releases GitHub CI Status GitHub Release Status

go-cli-template

This template is help you to quick implement some CLI using Go.

This repository is contains bellow.

  • minimal CLI implementation using spf13/cobra
  • CI/CD
    • golangci-lint
    • go test
    • goreleaser
    • Dependabot
    • CodeQL Analysis (Go)

How to use

  1. fork this repository
  2. replace skanehira to your user name using sed(or others)
  3. run make init

Author

skanehira