Adding some documentation to crosslang shell

This commit is contained in:
2025-03-28 22:06:34 -05:00
parent 8811a8c9c4
commit 6c5772c6c8
25 changed files with 1167 additions and 271 deletions

25
Templates/tool/cross.json Normal file
View File

@@ -0,0 +1,25 @@
{
"dependencies": [],
"info": {
"template_ignored_files": [
"bin",
"obj"
],
"template_info": {
"type": "tool",
"description": "This is my tool",
"toolname": "changeme"
},
"template_extra_text_ftles": [],
"template_project_dependencies": [],
"template_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"
},
"version": "1.0.0.0-prod",
"name": "Tesses.CrossLang.Template.Tool"
}