Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.01 KB

README.md

File metadata and controls

27 lines (22 loc) · 1.01 KB

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