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:
5
Templates/tool/.gitignore
vendored
Normal file
5
Templates/tool/.gitignore
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
.DS_Store
|
||||
bin
|
||||
obj
|
||||
publish
|
||||
thumbs.db
|
||||
@@ -17,12 +17,12 @@
|
||||
"description": "A crosslang tool that you can run via crosslang tool",
|
||||
"type": "template",
|
||||
"maintainer": "Mike Nolan",
|
||||
"repo": "https://onedev.site.tesses.net/CrossLang/CrossLangExtras",
|
||||
"repo": "https://git.tesses.org/tesses50/crosslangextras",
|
||||
"homepage": "https://crosslang.tesseslanguage.com/",
|
||||
"license": "MIT",
|
||||
"short_name_pretty": "Tool"
|
||||
},
|
||||
"version": "1.0.0.0-prod",
|
||||
"version": "1.0.0.0-dev",
|
||||
"name": "Tesses.CrossLang.Template.Tool",
|
||||
"$schema": "https://crosslang.tesseslanguage.com//schema/cross-json-schema.json"
|
||||
}
|
||||
Reference in New Issue
Block a user