contributors
The contributors
generator generates an image of contributors using contrib.rocks service plus additional data about authors and license.
Example
Input
<!-- automd:contributors author="pi0" license="MIT" -->
<!-- /automd -->
Output
<!-- automd:contributors author="pi0" license="MIT" -->
Published under the [MIT](https://github.com/unjs/automd/blob/main/LICENSE) license.
Made by [@pi0](https://github.com/pi0) and [community](https://github.com/unjs/automd/graphs/contributors) ๐
<br><br>
<a href="https://github.com/unjs/automd/graphs/contributors">
<img src="https://contrib.rocks/image?repo=unjs/automd" />
</a>
<!-- /automd -->
Arguments
Available providers are markupgo
and contrib.rocks
(default is contrib.rocks
)
Github repository name (by default tries to read from package.json
) e.g. unjs/automd
Max contributor count (100 by default).
Set to 0 for all contributors. Max avatar count is 500. (Only available for markupgo
)
Size of contributor circle (40 by default) (Only available for markupgo
)
Spacing between contributor circles (6 by default) (Only available for markupgo
)
Radius of contributor circle (40 by default) (Only available for markupgo
)
Center the contributor circles (false by default) (Only available for markupgo
)
Show markupGo logo for credits.
Width of the image (890 by default) (Only available for markupgo
)
Include anonymous users (false by default)
Comma separated list of github usersnames.
Name of license.