Two bash utilities for working with GitHub contributor identities, plus the data they produced.
git clone https://github.com/nirholas/larp.gitCapabilities documented in this repository.
See the full documentation for details.
See the full documentation for details.
See the full documentation for details.
Install it, then run your first command.
git clone https://github.com/nirholas/larp.git
Taken directly from this repository's documentation.
./fetch-contributors.sh nirholas
./fetch-contributors.sh bnb-chain --format json --output contributors.json
./fetch-contributors.sh nirholas --format csv --output contributors.csv --include-forks./commit-push.sh --list # show registered identities
./commit-push.sh n -m "🐛 fix bug" # commit as a registered shortcut
./commit-push.sh @octocat -m "hello" # commit as any GitHub user
./commit-push.sh n -m "wip" --no-push # commit without pushing
./commit-push.sh --clear-cache # drop cached GitHub IDs