Generate a Resume from your Github Profile
npm install -g github-api
brew install jq
Generate a Personal Access Token from Github
Set it as an environment variable
export GITHUB_PRIVATE_KEY="your_token_here"
export GITHUB_USERNAME="github-username"
Fill out the config file with your Github username and the path to your resume template.
run the script
./getRepos.sh