You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
1014 B
25 lines
1014 B
{
|
|
"projectName": "all-contributors",
|
|
"projectOwner": "TRaSH",
|
|
"repoType": "github",
|
|
"repoHost": "https://github.com",
|
|
"files": ["contributors.md"],
|
|
"imageSize": 80,
|
|
"commit": false,
|
|
"contributorsPerLine": 7,
|
|
"contributorsSortAlphabetically": false,
|
|
"badgeTemplate": "[![All Contributors](https://img.shields.io/github/all-contributors/<%= projectOwner %>/<%= projectName %>?color=ee8449&style=flat-square)](#contributors)",
|
|
"contributorTemplate": "<a href=\"<%= contributor.profile %>\"><img src=\"<%= contributor.avatar_url %>\" width=\"<%= options.imageSize %>px;\" alt=\"\"/><br /><sub><b><%= contributor.name %></b></sub></a>",
|
|
"wrapperTemplate": "\n<table>\n <tbody><%= bodyContent %> </tbody>\n<%= tableFooterContent %></table>\n\n",
|
|
"types": {
|
|
"custom": {
|
|
"symbol": "🔭",
|
|
"description": "A custom contribution type.",
|
|
"link": "[<%= symbol %>](<%= url %> \"<%= description %>\"),"
|
|
}
|
|
},
|
|
"linkToUsage": true,
|
|
"skipCi": true,
|
|
"contributors": []
|
|
}
|