Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:37:46 +08:00
commit c34d0927d7
4 changed files with 225 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "project-initializer",
"description": "Interactive project setup command for various tech stacks",
"version": "1.0.0",
"author": {
"name": "Lightsoft"
},
"commands": [
"./commands"
]
}