Skip to content

Isaiah-Hamilton/contributors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Contributors

Contributors is designed to generate an image of contributors for your repository. This image can be added to your repository's README to showcase the individuals who have contributed to your project.

How To Use

To use this tool, add a link to contributors.deno.dev/<user>/<repo> in your readme. Make sure to replace <user> and <repo> with your own username and repository name. See examples below.

[![](https://contributors.deno.dev/<user>/<repo>)](https://github.com/<user>/<repo>/graphs/contributors)

or

<a href="https://github.com/<user>/<repo>/graphs/contributors">
  <img src="https://contributors.deno.dev/<user>/<repo>" alt="contributors">
</a>

Query Parameters

Required Parameters:

  • /:username/:repository: The GitHub username and repository name separated by a slash.

Optional Parameters:

  • ?count: The number of contributors to include in the grid. The default value is 30.
  • ?width: The width of the image in pixels. The default value is 1200.
  • ?height: The height of the image in pixels. The default value is 600.
  • ?radius: The border radius of each avatar image in pixels. The default value is 50 (rounded).
  • ?spacing: The spacing between each avatar image in pixels. The default value is 8.
  • ?avatar_size: The size of each avatar image in pixels. The default value is 100.

Tech Stack

Contributors

About

Image for your github contributors

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published