Skip to content

efreitasn/contribs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

contribs

contribs is a CLI app to show how many contributions you've made in GitHub.

Install

You can download one of the binaries available on the releases page or install it using Go v1.13 or higher.

Installing using go

go get -u github.com/efreitasn/contribs
$(go env GOPATH)/bin/contribs

API Key

To use contribs, you need to create a new GitHub personal access token with the read:user scope to be used as the GitHub API key. Once this is done, you need to add it to the app using the following:

contribs set --key YOUR_KEY

How to use

Just run

contribs

Last year contributions

If you want to see the number of contributions you made in the last year (same data presented in your GitHub profile), run with the --last-year flag.

contribs --last-year