Add the templates for npm
All checks were successful
Build and Deploy on Tag / build-crosslang-shell-and-cpkg (push) Successful in 37s
All checks were successful
Build and Deploy on Tag / build-crosslang-shell-and-cpkg (push) Successful in 37s
This commit is contained in:
41
Templates/npmweb/cross.json
Normal file
41
Templates/npmweb/cross.json
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"$schema": "https:\/\/crosslang.tesseslanguage.com\/\/schema\/cross-json-schema.json",
|
||||
"info": {
|
||||
"template_ignored_files": [
|
||||
".DS_Store",
|
||||
"bin",
|
||||
"obj",
|
||||
"publish",
|
||||
"npm/node_modules",
|
||||
"npm/package-lock.json",
|
||||
"npm/dist",
|
||||
"thumbs.db"
|
||||
],
|
||||
"short_name_pretty": "NPM WebSite",
|
||||
"maintainer": "Mike Nolan",
|
||||
"type": "template",
|
||||
"repo": "https://git.tesses.org/tesses50/crosslangextras",
|
||||
"homepage": "https://crosslang.tesseslanguage.com/",
|
||||
"license": "MIT",
|
||||
"short_name": "npmweb",
|
||||
"description": "A NPM Website Template with BeerCSS and HTMX",
|
||||
"template_info": {
|
||||
"type": "console"
|
||||
},
|
||||
"template_prebuild": [
|
||||
{
|
||||
"workdir": "npm",
|
||||
"commands": [
|
||||
["npm","install"],
|
||||
["npm","run","publish"]
|
||||
],
|
||||
"res": [
|
||||
"npm/dist"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"name": "Tesses.CrossLang.Template.NPMWebsite",
|
||||
"version": "1.0.0.0-dev"
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user