Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:18:06 +08:00
commit 0ca2134207
5 changed files with 142 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "dt-code",
"description": "Tools for improving code quality.",
"version": "0.1.0",
"author": {
"name": "Dan Turkel",
"email": "daturkel@gmail.com"
},
"commands": [
"./commands"
]
}