https://github.com/syahidfrd/gethubrepo-cli
Get github repository data by username
https://github.com/syahidfrd/gethubrepo-cli
cli cobra command golang tool
Last synced: 12 months ago
JSON representation
Get github repository data by username
- Host: GitHub
- URL: https://github.com/syahidfrd/gethubrepo-cli
- Owner: syahidfrd
- License: apache-2.0
- Created: 2021-09-22T13:57:11.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-23T03:46:40.000Z (almost 5 years ago)
- Last Synced: 2025-03-14T01:48:20.078Z (over 1 year ago)
- Topics: cli, cobra, command, golang, tool
- Language: Go
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gethubrepo CLI
Get Github repository from your terminal
## How to use
```
go run main.go --username=github-username
# or with shorthand
go run main.go -u=github-username
```
## Distributing your CLI tool
Install it by running `go get github.com/syahidfrd/gethubrepo-cli`. Then you will be able to run your tool like this:
```
gethubrepo --username=github-username
# or with shorthand
gethubrepo -u=github-username
```