Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:24:42 +08:00
commit 744d4162e9
5 changed files with 493 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "dev-essentials",
"description": "Essential development workflow commands including smart commit messages and dependency management",
"version": "1.0.0",
"author": {
"name": "Erhan Abay"
},
"commands": [
"./commands"
]
}