https://github.com/juminiy/cli-x
chisato cli
https://github.com/juminiy/cli-x
cli cmd cobra
Last synced: 4 months ago
JSON representation
chisato cli
- Host: GitHub
- URL: https://github.com/juminiy/cli-x
- Owner: Juminiy
- License: other
- Created: 2022-05-07T06:23:27.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-08T02:33:02.000Z (about 3 years ago)
- Last Synced: 2025-01-03T15:49:45.757Z (5 months ago)
- Topics: cli, cmd, cobra
- Language: Go
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> Usage
from the source code
````bash
go mod tidy
go install
````````bash
# rolling update by
go install
# go install again and again
````
> Change CLI name
If you want to change the cli-x name to other ,please correct the `go.mod` module name,some other like: my-cli and run
````bash
go mod tidy
````
> Finished tools
1. http request
2. yaml-file/env config
3. args 1 parameter receive