Files
gh-samuelgarrett-claude-cod…/.claude-plugin/plugin.json
2025-11-30 08:53:53 +08:00

11 lines
225 B
JSON

{
"name": "my-first-plugin",
"description": "A simple greeting plugin to learn the basics. Also a translator plugin",
"version": "2.0.0",
"author": {
"name": "Your Name"
},
"commands": [
"./commands"
]
}