Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.55 KB

README.md

File metadata and controls

33 lines (25 loc) · 1.55 KB

GoDoc Go.Dev reference codecov Tests Go Report Card Licence Tag

go-cli-template

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

This repository is contains following.

  • minimal CLI implementation using spf13/cobra
  • CI/CD
    • golangci-lint
    • go test
    • goreleaser
    • dependabot for github-actions and Go
    • CodeQL Analysis (Go)

How to use

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

Author

wyy-go

References