Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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