Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:54:04 +08:00
commit 5f2472fdbd
4 changed files with 88 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "documentation-generator",
"description": "Create comprehensive documentation for code, APIs, and projects.",
"version": "1.0.0",
"author": {
"name": "Anonymous"
},
"commands": [
"./commands/"
]
}