feat(api): native SVG badge engine (#103) #127
Reference in New Issue
Block a user
Delete Branch "feat/badge-engine"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Self-hosted badge generation at /api/v1/repos/{owner}/{repo}/badge/{type}.svg. Types: version, build, license, health.
Self-hosted badge generation at /api/v1/repos/{owner}/{repo}/badge/{type}.svg Badge types: - version: latest release tag - build: commit status (passing/failing/pending) - license: repo license - health: composite score (wiki + license + description) Renders shields.io-compatible flat-style SVG badges with caching. No external dependencies — uses stdlib html/template. Closes #103 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>