| projectName |
string |
Name of the project repository. |
| projectOwner |
string |
GitHub username or organization that owns the project. |
| repoType |
string |
Type of repository hosting service. |
| repoHost |
string |
Hostname of the repository hosting service. |
| files |
array |
List of files to update with contributor tables. |
| imageSize |
integer |
Size in pixels for contributor avatar images. |
| commit |
boolean |
Whether to automatically commit changes when contributors are added. |
| commitConvention |
string |
Commit message convention to follow. |
| contributorsPerLine |
integer |
Maximum number of contributors to display per line in the table. |
| badgeTemplate |
string |
Custom template for the contributors badge markdown. |
| contributorTemplate |
string |
Custom template for individual contributor entries in the table. |
| types |
object |
Custom contribution type definitions extending the default types. |
| contributors |
array |
List of contributors to the project. |