Skip to content

cskeogh/github-list-contrib

Repository files navigation

github-list-contrib

Generates a summary report (csv) of user's GitHub contributions. Report is grouped by year, then repository.

The fields in the report:

  1. Year
  2. Repository
  3. number of commits (the user has committed to that repository in that year)
  4. number of issues
  5. number of pull requests
  6. number of reviews

Usage: Set the following environment variables or use .env:

GITHUB_API_TOKEN=<github api token>
GITHUB_LIST_CONTRIB_USER=<username>
GITHUB_LIST_CONTRIB_OUTPUT_FILE=<filename>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published