mirror of
https://onedev.site.tesses.net/crosslang/crosslangextras
synced 2026-02-08 09:05:46 +00:00
20 lines
743 B
JSON
20 lines
743 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",
|
|
"short_name": "compiletool",
|
|
"template_info": {
|
|
"type": "compile_tool"
|
|
},
|
|
"short_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"
|
|
},
|
|
"$schema": "https://crosslang.tesseslanguage.com//schema/cross-json-schema.json"
|
|
}
|