Files
crosslangextras/Templates/tool/cross.json

28 lines
947 B
JSON

{
"dependencies": [],
"info": {
"template_ignored_files": [
"bin",
"obj"
],
"template_info": {
"type": "tool",
"description": "This is my tool",
"short_name": "changeme",
"short_name_pretty": "Change Me"
},
"template_extra_text_ftles": [],
"template_project_dependencies": [],
"short_name": "tool",
"description": "A crosslang tool that you can run via crosslang tool",
"type": "template",
"maintainer": "Mike Nolan",
"repo": "https://onedev.site.tesses.net/CrossLang/CrossLangExtras",
"homepage": "https://crosslang.tesseslanguage.com/",
"license": "MIT",
"short_name_pretty": "Tool"
},
"version": "1.0.0.0-prod",
"name": "Tesses.CrossLang.Template.Tool",
"$schema": "https://crosslang.tesseslanguage.com//schema/cross-json-schema.json"
}