mirror of
https://onedev.site.tesses.net/crosslang/crosslangextras
synced 2026-02-08 09:05:46 +00:00
19 lines
663 B
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"
|
|
}
|
|
}
|