Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:27:40 +08:00
commit 1410f8a7e5
4 changed files with 60 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "hello-world",
"description": "A simple hello world plugin",
"version": "0.0.1",
"author": {
"name": "fussy113"
},
"commands": [
"./commands/hello-world.md"
]
}