You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
773 B
JSON
28 lines
773 B
JSON
{
|
|
"template_name": "GemRepo",
|
|
"origin": "The primary repo for GemRepo goes here: i.e. http://www.mydomain.com",
|
|
"license": "What license GemRepo uses goes here: i.e. https://opensource.org/licenses/MIT",
|
|
"display_name": "GemRepo",
|
|
"summary": "A Gem Repository that contains a single Gem.",
|
|
"canonical_tags": [],
|
|
"user_tags": [
|
|
"GemRepo"
|
|
],
|
|
"icon_path": "preview.png",
|
|
"copyFiles": [
|
|
{
|
|
"file": "gem.json",
|
|
"origin": "gem.json",
|
|
"isTemplated": true,
|
|
"isOptional": false
|
|
},
|
|
{
|
|
"file": "repo.json",
|
|
"origin": "repo.json",
|
|
"isTemplated": true,
|
|
"isOptional": false
|
|
}
|
|
],
|
|
"createDirectories": []
|
|
}
|