Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:58:16 +08:00
commit bfe8adc4e1
8 changed files with 397 additions and 0 deletions

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