Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:40:31 +08:00
commit 0b2e44feb2
5 changed files with 638 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "orik",
"description": "Orik tools",
"version": "0.1.0",
"author": {
"name": "Miles Chou"
},
"commands": [
"./commands"
]
}