datarootsio/github-stats-card
Generate a minimal but inclusive github stats badge
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| username | username to get stats for | yes | bart6114 |
| header | header to use for badge | — | 👋 hi i'm |
| about | about me description to use for badge (use for newlines) | — | Loves goblins, despises gnomes. Enjoys candlelit custard pudding. |
| theme | theme to use for badge | — | dark |
| gh_token_stats | github token to use to fetch user stats | yes | — |
| gh_token_commits | github token to use to commit badge to repo, will default to stats token if not provided | — | — |
| badge_path | path to save badge to (defaults to assets/badge.svg) | — | assets/badge.svg |
| commit_message | commit message to use when pushing badge to repo | — | Update badge |
| commit | whether to commit badge to repo (defaults to true) | — | true |
| exclude_repos | comma separated list of repos to exclude from stats, will do regex based matching (e.g. 'datarootsio' will match all repos in dataroots, 'datarootsio/databooks' will only match a single repo) | — | "" |
| exclude_repos_override | comma separated list of repos to override from exclusion list (e.g. 'datarootsio' in exclude_repos and 'datarootsio/databooks' in exclude_repos_override will ONLY include databooks in stats) | — | "" |
Outputs
| name | description |
|---|---|
| badge_path | Location of generated badge. |