Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:20:12 +08:00
commit 03984de92b
5 changed files with 202 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "marketplace-manager",
"description": "A collection of tools to create a marketplace or plugins for claude code",
"version": "0.0.1",
"author": {
"name": "Joel Humberto Gomez Paredes",
"email": "elmaildeldezkareid@gmail.com"
},
"commands": [
"./commands"
]
}