PPTX Creator
Create PowerPoint presentations from outlines, Markdown, or templates.
Usage
/pptx-creator --create <outline-text> [--output <file>] [--template <theme>]
/pptx-creator --from-md <file.md> [--output <file>] [--template <theme>]
/pptx-creator --list-templates
Templates
| Theme | Description |
|---|---|
| professional | Clean business style (default) |
| dark | Dark background, light text |
| minimal | Simple, minimal design |
| colorful | Vibrant colors and bold fonts |
Markdown Format
# Presentation Title
## Slide Title
- Bullet point 1
- Bullet point 2
### Sub-section (content slide)
Regular paragraph text becomes slide content.
Dependencies
pptxgenjs— PowerPoint generation