Files
crosslangextras/Templates/compiletool/cross.json

19 lines
663 B
JSON

{
"name": "Tesses.CrossLang.Template.CompileTool",
"version": "1.0.0.0-prod",
"info": {
"maintainer": "Mike Nolan",
"type": "template",
"repo": "https://onedev.site.tesses.net/CrossLang/CrossLangExtras",
"homepage": "https://crosslang.tesseslanguage.com/",
"license": "MIT",
"template_name": "compiletool",
"template_info": {
"type": "compile_tool"
},
"template_name_pretty": "Compile Tool",
"template_ignored_files": ["bin","obj"],
"description": "A tool that can be a dependency to a project (including libraries) that runs at compile time"
}
}