@goalwards/deck
v0.10.2
Published
Builds and presents Marp slide decks from modular Markdown content. One install gives you the full toolchain: compose decks from topic files and schedules, present them live with a speaker HUD, and browse the documentation without leaving your terminal.
Readme
@goalwards/deck
Builds and presents Marp slide decks from modular Markdown content. One install gives you the full toolchain: compose decks from topic files and schedules, present them live with a speaker HUD, and browse the documentation without leaving your terminal.
Install
npm install -g @goalwards/deck(Also works with pnpm add -g or yarn global add.)
Quick start
deck compose my-event # build the deck from content/schedules/my-event/
deck present my-event # open presenter HUD + slide deck
deck docs # browse the full documentation in your browserCommands
| Command | Description |
|----------------------------|----------------------------------------------------------|
| deck compose <slug> | Build a schedule or topic deck |
| deck present <slug> | Start the presenter HUD and open the deck |
| deck list | List available schedules |
| deck list topics | List available topics |
| deck docs | Serve the full documentation locally and open in browser |
deck compose and deck present pass flags through to marp-compose and marp-present respectively. Use -C <dir> with any command to run against a content directory other than the current one.
Documentation
Run deck docs for the full guide covering content structure, marker syntax, schedule composition, and the presenter HUD.
