Files
gh-jls42-leapmultix-leapmul…/skills/creating-plugins/templates/marketplace.json.template
2025-11-30 08:26:47 +08:00

12 lines
209 B
Plaintext

{
"name": "{{MARKETPLACE_NAME}}",
"owner": "{{OWNER}}",
"plugins": [
{
"name": "{{PLUGIN_NAME}}",
"source": "./{{PLUGIN_NAME}}",
"description": "{{PLUGIN_DESCRIPTION}}"
}
]
}