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: 12 months ago
JSON representation

Get github repository data by username

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
```