https://github.com/midzer/go-cli-template
Minimal Go CLI boilerplate/template with zero dependencies
https://github.com/midzer/go-cli-template
Last synced: 7 months ago
JSON representation
Minimal Go CLI boilerplate/template with zero dependencies
- Host: GitHub
- URL: https://github.com/midzer/go-cli-template
- Owner: midzer
- License: mit
- Created: 2022-11-19T23:34:11.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-08T15:35:10.000Z (almost 3 years ago)
- Last Synced: 2025-04-02T17:52:56.852Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 12.7 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/midzer/go-cli-template/releases)
[](https://github.com/midzer/go-cli-template/actions)
[](https://goreportcard.com/report/midzer/go-cli-template)
# go-cli-template
Minimal Go CLI boilerplate/template with zero dependencies
## Features
- minimal CLI implementation
- CI/CD
- golangci-lint
- go test
- goreleaser
- Dependabot
- CodeQL Analysis (Go)
## How to use
1. fork/template this repository
2. replace `midzer` to your username
3. start hacking