annekoyya/GitHub Contribution Breakout

Generates a Breakout-style SVG from your GitHub contribution graph.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github_usernameGitHub username to fetch contributions for.yes${{ github.repository_owner }}
github_tokenGitHub personal access token (needs repo + read:user scopes). Falls back to GITHUB_TOKEN.no${{ github.token }}
output_pathDirectory to write output SVG files into.no./output
enable_ghost_bricksIf true, render 0-contribution days as visible ghost bricks.nofalse
paddle_colorHex color for the paddle. Example: #FF5722no#FF5722
ball_colorHex color for the ball. Example: #FFEB3Bno#FFEB3B
bricks_colorsComma-separated list of exactly 5 hex colors representing contribution levels 0-4. Example: #EBEDF0,#9BE9A8,#40C463,#30A14E,#216E39 no#EBEDF0,#9BE9A8,#40C463,#30A14E,#216E39
namedescription
light_svg_pathPath to the generated light theme SVG.
dark_svg_pathPath to the generated dark theme SVG.
custom_svg_pathPath to the generated custom theme SVG.