Files
gh-rafaelcalleja-claude-mar…/.claude-plugin/plugin.json
2025-11-30 08:48:50 +08:00

13 lines
285 B
JSON

{
"name": "auto-formatter",
"description": "Automatic code formatting hook that runs after file edits",
"version": "1.0.0",
"author": {
"name": "Example Developer",
"email": "developer@example.com",
"url": "https://example.com"
},
"hooks": [
"./hooks"
]
}