Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:47:58 +08:00
commit 64a7404cc7
8 changed files with 2454 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "sngular-backend",
"description": "Backend development toolkit for API design, database modeling, and server-side architecture with support for REST, GraphQL, and microservices",
"version": "1.0.0",
"author": {
"name": "Sngular",
"email": "dev@sngular.com"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}