Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamtejasmane/go-cli-cobra
This is a CLI application on top of the Cobra Library
https://github.com/iamtejasmane/go-cli-cobra
cobra-cli custom-cli golang
Last synced: about 1 month ago
JSON representation
This is a CLI application on top of the Cobra Library
- Host: GitHub
- URL: https://github.com/iamtejasmane/go-cli-cobra
- Owner: iamtejasmane
- License: other
- Created: 2022-11-15T12:13:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-22T12:57:11.000Z (about 2 years ago)
- Last Synced: 2024-06-19T16:39:36.607Z (7 months ago)
- Topics: cobra-cli, custom-cli, golang
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go CLI application using Cobra
- This is a simple interactive CLI prompt for go build on top of the Cobra library
- It is ultra light weight prompt supports sub-commands
- Supports unlimited subcommand nesting along with proper folder structure### Packages ###
1. github.com/spf13/cobra
2. fmt
3. net/http
4. time
5. github.com/ricochet2200/go-disk-usage/du### Run ###
`go run main.go``go run main.go `