Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 965 Bytes

File metadata and controls

24 lines (15 loc) · 965 Bytes

ghcontrib

中文说明

A lightweight Cloudflare Pages app that generates an SVG grid of GitHub repository contributors.

Best alternative to contrib.rocks and is intended for embedding in READMEs, project pages, and docs. It solves caching issues of contrib.rocks and provides a simple API for generating contributor images on the fly.

Features

  • Generate a contributors SVG from any GitHub repository name
  • Filter out Bot accounts automatically
  • Show up to 45 contributors in a 9 x 5 grid
  • Provide a preview page with copyable image URL and Markdown snippet
  • Optionally use GITHUB_TOKEN to raise GitHub API rate limits

Usage

Embed In README

Go to https://ghcontrib.pages.dev and click "Copy Markdown" to get the Markdown snippet for embedding the contributors SVG in your README or project page.