Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:57:28 +08:00
commit 8c99f39596
5 changed files with 328 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "drupal-dev-tools",
"description": "A simple greeting plugin to learn the basics",
"version": "1.0.0",
"author": {
"name": "Ludek Kvapil - siva01"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}