https://github.com/bitwizeshift/go-cli
A go package for simplifying writing CLIs using Cobra
https://github.com/bitwizeshift/go-cli
Last synced: 10 months ago
JSON representation
A go package for simplifying writing CLIs using Cobra
- Host: GitHub
- URL: https://github.com/bitwizeshift/go-cli
- Owner: bitwizeshift
- License: apache-2.0
- Created: 2024-12-11T03:52:25.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-13T03:58:30.000Z (11 months ago)
- Last Synced: 2025-03-28T01:55:35.535Z (10 months ago)
- Language: Go
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# `go-cli`
Package `go-cli` is a Go package that simplifies building command-line
interfaces through the [`cobra`] package.
[`cobra`]: https://github.com/spf13/cobra
## Installation
```bash
go get -u rodusek.dev/pkg/cli
```