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

https://github.com/koki-develop/go-cli-template

Go CLI Application Template
https://github.com/koki-develop/go-cli-template

Last synced: 10 months ago
JSON representation

Go CLI Application Template

Awesome Lists containing this project

README

          

CLI_NAME


CLI_DESCRIPTION

## Contents

- [Installation](#installation)
- [Usage](#usage)
- [LICENSE](#license)

## Installation

### Homebrew Tap

```console
$ brew install koki-develop/tap/CLI_NAME
```

### `go install`

```console
$ go install github.com/koki-develop/CLI_NAME@latest
```

### Releases

Download the binary from the [releases page](https://github.com/koki-develop/CLI_NAME/releases/latest).

## Usage

## LICENSE

[MIT](./LICENSE)