Files
crosslangextras/Templates/emptyweb/cross.json
Mike Nolan 0459b0a84e
All checks were successful
Build and Deploy on Tag / build-crosslang-shell-and-cpkg (push) Successful in 37s
Add the templates for npm
2026-05-10 20:52:26 -05:00

21 lines
692 B
JSON

{
"name": "Tesses.CrossLang.Template.EmptyWebsite",
"version": "1.0.0.0-dev",
"info": {
"maintainer": "Mike Nolan",
"type": "template",
"repo": "https://git.tesses.org/tesses50/crosslangextras",
"homepage": "https://crosslang.tesseslanguage.com/",
"license": "MIT",
"short_name": "emptyweb",
"description": "An empty website",
"template_info": {
"type": "console"
},
"short_name_pretty": "Empty Website",
"template_extra_text_ftles": [],
"template_ignored_files": ["bin","obj"]
},
"$schema": "https://crosslang.tesseslanguage.com//schema/cross-json-schema.json"
}