mpge/Code Per Day SVG
Generate beautiful SVG charts showing daily code additions and deletions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub token. Use a PAT with `repo` scope to include private repositories. | yes | — |
| username | GitHub username (defaults to the authenticated user) | no | "" |
| theme | Chart theme (dark, light, dracula, tokyonight, nord, ocean, sunset, forest, midnight, radical, transparent, github-dark) | no | dark |
| period | Number of days to chart (e.g. 30, 90, 365) | no | 30 |
| output_path | Output directory for generated SVG files | no | ./code-per-day |
| all_themes | Generate an SVG for every built-in theme | no | false |
| chart_type | Chart style: bars, area | no | bars |
| image_types | Comma-separated image families to generate: code, commits, all | no | code |
| animations | Enable CSS entrance animations in the SVG | no | true |
Outputs
| name | description |
|---|---|
| svg_path | Path to the generated SVG file (or directory when all_themes is true) |