create-slides
v0.3.6
Published
Scaffold a new PromptSlide slide deck project
Readme
create-slides
Scaffold a new PromptSlide slide deck project.
Usage
# npm
npm create slides my-deck
# bun
bun create slides my-deck
# npx
npx create-slides my-deckThen start building:
cd my-deck
bun install
bun run devOpen your coding agent and describe the slides you want -- they appear in real-time via hot reload. The promptslide Skill is installed automatically during project creation.
What It Does
This package is a thin wrapper around promptslide create. It exists so that npm create slides and bun create slides work out of the box.
Links
- promptslide -- full CLI and slide engine
- GitHub
License
MIT
