Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:53:03 +08:00
commit 136079ed1a
5 changed files with 442 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "angular",
"description": "A plugin to support generation of good looking and well designed api components",
"version": "0.0.1",
"author": {
"name": "Reto Ryter"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}