Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:04:29 +08:00
commit 93ac779f68
5 changed files with 570 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "git-commit",
"description": "Create well-formatted commit messages for your current work",
"version": "1.0.0",
"author": {
"name": "Vincent Demeester",
"email": "vincent@sbr.pm"
},
"commands": [
"./commands"
]
}