slidej
Installation
SKILL.md
SlideJ — CLI Usage Guide
Commands
Generate PPTX from JSON
slidej generate <input.json> -o <output.pptx>
slidej gen <input.json> -o <output.pptx> # short alias
Parse PPTX to JSON
slidej parse <input.pptx> -o <output.json> # save to file
slidej parse <input.pptx> # print to stdout
slidej parse <input.pptx> --no-images -o out.json # skip base64 image data