Files
2025-11-30 08:58:16 +08:00

18 lines
357 B
JSON

{
"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"
]
}