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
- Host: GitHub
- URL: https://github.com/koki-develop/go-cli-template
- Owner: koki-develop
- License: mit
- Created: 2023-08-21T01:10:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-25T22:51:03.000Z (11 months ago)
- Last Synced: 2025-04-15T08:58:34.975Z (10 months ago)
- Language: Go
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)