larp docs
nirholas / larp

larp

Two bash utilities for working with GitHub contributor identities, plus the data they produced.

git clone https://github.com/nirholas/larp.git

What it does

Capabilities documented in this repository.

Requirements

See the full documentation for details.

commit-push.sh

See the full documentation for details.

run-all.sh

See the full documentation for details.

Get started

Install it, then run your first command.

git clone https://github.com/nirholas/larp.git

Read the full getting started guide

Examples

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

More examples

Reference