Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:51:07 +08:00
commit 63b36ee71c
4 changed files with 77 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "devkit",
"description": "Development toolkit plugin",
"version": "0.1.0",
"author": {
"name": "Team Name",
"email": "team@company.com"
},
"hooks": [
"./hooks"
]
}