kbtale/Cool Readme Badges
Generate automated achievement badges for your GitHub profile README.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | The GitHub token to fetch profile data (secrets.GITHUB_TOKEN) | yes | — |
| username | The GitHub username to fetch data for (defaults to the repository owner) | no | ${{ github.repository_owner }} |
| output_path | The path where the generated badges.svg will be saved | no | badges.svg |
| theme | The visual theme for the badges (e.g., dark, light, high-contrast, etc.) | no | dark |
| theme_config | Optional JSON string for custom hex colors (e.g. {"bgColor": "#000000"}) | no | — |
Outputs
| name | description |
|---|---|
| svg_path | The final path of the generated SVG file |