chibayuki347/pptgenerator-cli
Build a .pptx file from a Markdown / JSON slide outline using pptgenerator-cli's HTML → headless-chromium → PptxGenJS image strategy.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| input | Path to the input deck (.md or .json), relative to the workspace. | yes | — |
| output | Path for the generated .pptx file, relative to the workspace. | yes | — |
| strategy | PPTX strategy: 'image' (default) or 'structured' (stub). | no | image |
| evaluation-mode | When 'true', swap Tailwind / Iconify CDN refs for vendored offline assets (deterministic, air-gapped builds). | no | false |
| preview-html | Optional path. When set, also writes a self-contained HTML preview to this location (relative to the workspace). | no | "" |
Outputs
no outputs