An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# sak

[![GoDoc](https://pkg.go.dev/badge/github.com/iwaltgen/sak)](https://pkg.go.dev/github.com/iwaltgen/sak)
[![GoReportCard](https://goreportcard.com/badge/github.com/iwaltgen/sak)](https://goreportcard.com/report/github.com/iwaltgen/sak)
[![Build](https://github.com/iwaltgen/sak/actions/workflows/build.yml/badge.svg)](https://github.com/iwaltgen/sak/actions/workflows/build.yml)
[![CodeQL](https://github.com/iwaltgen/sak/actions/workflows/code-ql.yml/badge.svg)](https://github.com/iwaltgen/sak/actions/workflows/code-ql.yml)
[![Version](https://img.shields.io/github/v/tag/iwaltgen/sak?sort=semver)](https://github.com/iwaltgen/sak/tags)
[![License](https://img.shields.io/github/license/iwaltgen/sak)](https://github.com/iwaltgen/sak/blob/main/LICENSE)

a minimal multi-tool CLI.

## development

```bash
go mod tidy
go install tool

mage test build
```