Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.27 KB

File metadata and controls

34 lines (24 loc) · 1.27 KB

Show your respect!

Show your respect to packages which you use in your projects

Build Status Go Report Card Exago Exago

Installation

go get -u github.com/iamsalnikov/gorespect

Usage

# you can run command inside your package
gorespect

# you can specify package directory. Here we will show respect
# to all dependencies of package
gorespect -dir=$GOPATH/src/github.com/vendor/package

# you can specify your own config file
# I store here your github username and token for working with API
gorespect -c=/path/to/your/custom/config/file.json

Program will give a link for generating access token in first run. Then it will use your token for starring repos which you use.