Files
42marketplaces/sync/gh-jeongjaesoon-claude-code-marketplace-my-first-plugin.json
2025-11-29 18:53:27 +08:00

18 lines
424 B
JSON

{
"name": "my-first-plugin",
"owner": {
"name": "Your Name",
"email": "plugin@42plugin.com"
},
"plugins": [
{
"name": "my-first-plugin",
"description": "A simple greeting plugin to learn the basics",
"source": {
"source": "url",
"url": "https://git.waymay.us/zhongwei/gh-jeongjaesoon-claude-code-marketplace-my-first-plugin.git"
},
"strict": true
}
]
}