Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:19:53 +08:00
commit c575120f46
4 changed files with 131 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "git-commit-plugin",
"description": "Auto-generate conventional commit messages in Korean by analyzing changes",
"version": "1.0.0",
"author": {
"name": "Stefan Cho"
},
"commands": [
"./commands"
]
}