Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:45:48 +08:00
commit c4a6bd7295
4 changed files with 130 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "doc",
"description": "A plugin for engineering documentation and notes",
"version": "0.0.1",
"author": {
"name": "OpenShift Engineering"
},
"commands": [
"./commands"
]
}