Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:26:52 +08:00
commit 61ed8caa8d
5 changed files with 96 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "easy-commit",
"description": "A plugin to help you write better git commit messages",
"version": "0.0.1",
"author": {
"name": "Steven Wu",
"email": "steven@feedmob.com"
},
"commands": [
"./commands/smart-commit.md"
],
"hooks": [
"./hooks/hooks.json"
]
}