32 lines
848 B
JSON
32 lines
848 B
JSON
{
|
|
"$schema": "http://json.schemastore.org/template",
|
|
"author": "Donné Napo",
|
|
"defaultName": "My.Plugin",
|
|
"name": "MycroForge plugin template",
|
|
"description": "Creates a basic MycroForge plugin project",
|
|
"projectURL": "https://github.com/mdnapo/mycroforge",
|
|
"repository": {
|
|
"url": "https://github.com/",
|
|
"type": "GitHub"
|
|
},
|
|
"classifications": ["Console","Plugin"],
|
|
"identity": "MycroForge.PluginTemplate",
|
|
"shortName": "m4gp",
|
|
"sourceName": "MycroForge.PluginTemplate",
|
|
"tags": {
|
|
"language": "C#",
|
|
"type": "project"
|
|
},
|
|
"preferNameDirectory": true,
|
|
"symbols": {
|
|
"class": {
|
|
"type": "parameter",
|
|
"replaces": "ExampleCommand",
|
|
"fileRename": "ExampleCommand"
|
|
},
|
|
"command": {
|
|
"type": "parameter",
|
|
"replaces": "example"
|
|
}
|
|
}
|
|
} |