https://github.com/iwaltgen/sak
a minimal multi-tool CLI
https://github.com/iwaltgen/sak
cli go golang rand
Last synced: 6 months ago
JSON representation
a minimal multi-tool CLI
- Host: GitHub
- URL: https://github.com/iwaltgen/sak
- Owner: iwaltgen
- License: mit
- Created: 2022-09-27T07:43:08.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-11-25T02:39:55.000Z (7 months ago)
- Last Synced: 2025-11-28T12:44:40.713Z (7 months ago)
- Topics: cli, go, golang, rand
- Language: Go
- Homepage:
- Size: 547 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# sak
[](https://pkg.go.dev/github.com/iwaltgen/sak)
[](https://goreportcard.com/report/github.com/iwaltgen/sak)
[](https://github.com/iwaltgen/sak/actions/workflows/build.yml)
[](https://github.com/iwaltgen/sak/actions/workflows/code-ql.yml)
[](https://github.com/iwaltgen/sak/tags)
[](https://github.com/iwaltgen/sak/blob/main/LICENSE)
a minimal multi-tool CLI.
## development
```bash
go mod tidy
go install tool
mage test build
```