iranovianti/GitHub Chartify
Generate an animated SVG visualization of GitHub contribution graph
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| username | GitHub username to fetch contributions for (defaults to repository owner) | no | ${{ github.repository_owner }} |
| output | Path to save the generated SVG | no | data/contributions.svg |
| speed | Animation speed: fast, medium, or slow | no | fast |
| mode | Animation mode: both, vertical (by week), or horizontal (by day) | no | both |
| loop | Whether animation loops indefinitely | no | true |
| style | Transform style: rectangle or circles | no | rectangle |
Outputs
| name | description |
|---|---|
| svg_path | Path to the generated SVG file (light theme) |
| svg_path_dark | Path to the generated SVG file (dark theme) |
| total_contributions | Total number of contributions in the past year |