Initial commit
This commit is contained in:
18
.claude-plugin/plugin.json
Normal file
18
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "common",
|
||||
"description": "Generic plugin useful for all types of projects",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
"name": "JD Boivin",
|
||||
"email": "jd@boiv.in"
|
||||
},
|
||||
"commands": [
|
||||
"./commands/hello.md",
|
||||
"./commands/readme.md",
|
||||
"./commands/gh-pages.md",
|
||||
"./commands/issue.md"
|
||||
],
|
||||
"hooks": [
|
||||
"./hooks/hooks.json"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user