Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 694 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 694 Bytes

last-day-at-work

A small tool I wrote to gather some statistics from GitHub.

You know, last day at work, before deleting all the access keys and leaving an organization.

The tool doesn't do much: just gets a list of repositories for the organization, gets the number of your commits to each repo and sums it up.

How To Use

  • First you need to create an api token
  • Store it as an environment variable as LAST_DAY_AT_WORK_OCTOKIT_OAUTHTOKEN
  • Set you name and organization in the organization and user variables.