https://github.com/leviosa42/go-first-cli
https://github.com/leviosa42/go-first-cli
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/leviosa42/go-first-cli
- Owner: leviosa42
- License: mit
- Created: 2024-09-15T11:51:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-12T15:40:51.000Z (8 months ago)
- Last Synced: 2025-05-12T16:49:27.992Z (8 months ago)
- Language: Go
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README






# 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](https://github.com/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