Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 5 hours 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 (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-23T03:46:40.000Z (about 3 years ago)
- Last Synced: 2024-06-21T15:44:51.737Z (5 months ago)
- Topics: cli, cobra, command, golang, tool
- Language: Go
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 2
- 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
```