Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:27:01 +08:00
commit ac37c32142
6 changed files with 801 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "{{MARKETPLACE_NAME}}",
"owner": "{{OWNER}}",
"plugins": [
{
"name": "{{PLUGIN_NAME}}",
"source": "./{{PLUGIN_NAME}}",
"description": "{{PLUGIN_DESCRIPTION}}"
}
]
}

View File

@@ -0,0 +1,9 @@
{
"name": "{{PLUGIN_NAME}}",
"description": "{{PLUGIN_DESCRIPTION}}",
"version": "{{VERSION}}",
"author": "{{AUTHOR}}",
"homepage": "{{HOMEPAGE_URL}}",
"repository": "{{REPOSITORY_URL}}",
"license": "{{LICENSE}}"
}