Initial commit

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

View File

@@ -0,0 +1,11 @@
{
"name": "agendas",
"description": "A plugin to create various meeting agendas",
"version": "0.0.1",
"author": {
"name": "github.com/openshift-eng"
},
"commands": [
"./commands"
]
}