Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:09:15 +08:00
commit de588bed56
4 changed files with 316 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": "Chmouel",
"email": "chmouel@chmouel.com"
},
"commands": [
"./commands"
]
}