Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:23:33 +08:00
commit d727e7b3a1
6 changed files with 664 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "pdf-to-pptx-tool",
"description": "PDF to PowerPoint converter CLI tool",
"version": "0.1.0",
"author": {
"name": "Dennis Vriend"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}