GraphQL utility to help pull github statistics for user activity. Intended for use for engineers who need to do annual self reflection.
Requires nodeJS 20+. Recommended to use NVM.
Generate a PAT in your github developer settings and follow the below steps:
Clone repo and run:
nvm use && yarn install
Run command:
ACCESS_TOKEN=<YOUR_PAT> yarn start <YOUR_GITHUB_HANDLE>
Reports will be written to ./reports