Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:42:22 +08:00
commit a770acd32c
4 changed files with 241 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "project-setup-standards",
"description": "Guide for standardized project initialization following team conventions",
"version": "1.0.0",
"author": {
"name": "natifridman"
},
"commands": [
"./commands"
]
}