create-prezzer
v0.2.0
Published
Create a Bun-native Prezzer deck
Maintainers
Readme
🎭 create-prezzer
A cinematic Bun-native presentation, scaffolded in seconds.
Create a complete Prezzer deck:
bun create prezzer my-talkThe command writes the starter, installs dependencies with Bun, and initializes Git when the target is not already inside a repository.
--force write into a non-empty target; template files overwrite name collisions
--no-install skip bun install
--no-git skip git init
-h, --help show usageThe generated deck supports bun dev, bun run check, and bun run build. Its build output is one offline file at dist/index.html.
See the Prezzer repository for engine and authoring documentation.
