Skip to content

⭐ Generate svg of contributors, multiple repos supported

License

Notifications You must be signed in to change notification settings

xhofe/gh-contributors

Folders and files

NameName
Last commit message
Last commit date
Oct 13, 2023
Oct 12, 2023
Dec 29, 2024
Oct 28, 2023
Oct 13, 2023
Oct 13, 2023
Oct 12, 2023
Nov 14, 2023
Nov 30, 2024
Oct 26, 2022
Oct 25, 2023
Oct 13, 2023
Oct 12, 2023
Oct 13, 2023
Oct 12, 2023
Oct 28, 2023
Oct 12, 2023
Oct 12, 2023
Oct 28, 2023
Dec 29, 2024
Oct 29, 2022
Oct 13, 2023
Oct 12, 2023

Repository files navigation

gh-contributors

Automatically generate an svg with all contributors for your repository.

Usage

https://contrib.nn.ci/api?repo=[user/repo]

Or generate online with gh-contributors

The following parameters are available:

  • repo: The repository to generate the svg for, e.g. xhofe/gh-contributors, required & multiple;
  • cols: Number of avatars per row (default: 12)
  • pages: Number of pages to generate per repo (default: 1), 100 contributors per page
  • radius: The radius of the avatars (default: 32)
  • space: The spacing between avatars (default: 5)
  • no_bot: Do not show bots (default: false)
  • min_contributions: Only show contributors with at least this number of contributions (default: 0)
  • compress: The height/width of each avatar after compression (default: radius * 4, 0 to disable)

Example

Contributors

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

About

⭐ Generate svg of contributors, multiple repos supported

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published