initial commit

This commit is contained in:
Guillermo Vaya
2022-07-24 01:25:20 +02:00
commit ad5e9efddf
7 changed files with 11636 additions and 0 deletions

7
helloWorld.plug.yaml Normal file
View File

@@ -0,0 +1,7 @@
name: hello-world
version: 0.1
functions:
helloWorld:
path: "./hello.ts:helloWorld"
command:
name: "Say hello"