Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:51:26 +08:00
commit d0f8d956e7
6 changed files with 921 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "rebuy-go-sdk",
"description": "A plugin to assist with projects using rebuy-go-sdk",
"version": "0.0.1",
"author": {
"name": "rebuy"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}