skpow1234/lp-climb

Generate a Ranked Climb Ladder SVG from GitHub contributions

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github_user_nameGitHub user name to renderyes
github_tokenGitHub token used to fetch contributions (defaults to action token).no${{ github.token }}
outputslist of files to generate. one file per line. each output can be customized with options as query string. supported query string options: - theme: one of [rift, assassin, mage, tank, support, marksman, mono] - width: number (500..2000) - height: number (180..900) - vs: another github username for comparison example: outputs: | dist/lp.svg?theme=rift dist/lp-assassin.svg?theme=assassin&width=1000 dist/lp-vs.svg?theme=rift&vs=torvalds no

no outputs