@ajfisher/presso-create
v0.8.0
Published
Starter deck scaffolder for Presso.
Maintainers
Readme
@ajfisher/presso-create
Starter deck scaffolder for Presso.

Presso is a Markdown-native web presentation framework for talks, workshops, speaker notes, static publishing, and PDF export. @ajfisher/presso-create creates a new deck folder with numbered slide files, a local theme, npm scripts, and a dependency on the Presso CLI package.
Quick Start
npm exec -- @ajfisher/presso-create my-talk
cd my-talk
npm install
npm run devThe generated deck uses a slides/ folder by default:
my-talk/
presso.config.ts
theme.css
slides/
assets/Generated Scripts
npm run dev: serve the deck locally with live browser routes.npm run build: write a static deck todist/.npm run pdf: export slide PDFs.npm run transcript: export publishing-ready Markdown.npm run deploy: run the configured deploy command.
