b329f35d36
Signed-off-by: prescientmoon <git@moonythm.dev>
18 lines
539 B
JSON
18 lines
539 B
JSON
{
|
|
"projectName": "ygosim",
|
|
"projectOwner": "Mateiadrielrafael",
|
|
"repoType": "github",
|
|
"repoHost": "https://github.com",
|
|
"files": [
|
|
"README.md"
|
|
],
|
|
"imageSize": 100,
|
|
"commit": true,
|
|
"commitConvention": "gitmoji",
|
|
"contributors": [],
|
|
"contributorsPerLine": 7,
|
|
"badgeTemplate": "[![All Contributors](https://img.shields.io/badge/all_contributors-<%= contributors.length %>-orange.svg?style=flat-square)](#contributors)",
|
|
"contributorTemplate": "<%= avatarBlock %><br /><%= contributions %>",
|
|
"skipCi": "true"
|
|
}
|