mycroforge/MycroForge.PluginTemplate/.template.config/template.json
mdnapo 457429f7ec
All checks were successful
Build and publish MycroForge.CLI / test (push) Has been skipped
Test MycroForge.CLI / test (push) Successful in 5m39s
Improved plugin feature
2024-10-13 13:39:56 +02:00

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"
}
}
}