Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:53:25 +08:00
commit 6fa483ed11
4 changed files with 88 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "commit",
"description": "Creates git commits using conventional commit format with appropriate emojis, following project standards and creating descriptive messages that explain the purpose of changes.",
"version": "1.0.0",
"author": {
"name": "evmts",
"url": "https://github.com/evmts"
},
"commands": [
"./commands/"
]
}