mirror of
https://onedev.site.tesses.net/crosslang/crosslangextras
synced 2026-02-08 17:15:45 +00:00
Change to onedev
This commit is contained in:
2
Templates/lib/.crossarchiveignore
Normal file
2
Templates/lib/.crossarchiveignore
Normal file
@@ -0,0 +1,2 @@
|
||||
bin
|
||||
obj
|
||||
16
Templates/lib/cross.json
Normal file
16
Templates/lib/cross.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "Tesses.CrossLang.Template.Library",
|
||||
"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": "lib",
|
||||
"template_info": {
|
||||
"type": "lib"
|
||||
},
|
||||
"template_ignored_files": ["bin","obj"]
|
||||
}
|
||||
}
|
||||
5
Templates/lib/src/mylib.tcross
Normal file
5
Templates/lib/src/mylib.tcross
Normal file
@@ -0,0 +1,5 @@
|
||||
/^ Multiply two numbers ^/
|
||||
func MyLib.Times(a,b)
|
||||
{
|
||||
return a * b;
|
||||
}
|
||||
Reference in New Issue
Block a user