@starside-io/verso-cli
v0.2.2
Published
Verso command-line tool
Maintainers
Readme
@starside-io/verso-cli
The Verso command-line tool. Scaffold decks, run the visual editor, and export to PDF, HTML, or PNG.
Install
npm install -g @starside-io/verso-cliQuickstart
verso init my-deck --template minimal
cd my-deck
verso edit # visual editor + live preview
verso build --format pdf # export to PDF
verso build --format html # single self-contained HTML fileCommands
| Command | Description |
|---|---|
| verso init [name] | Scaffold a new project. Templates: minimal, branded, layouts-gallery, multi-path, extended. |
| verso dev | Start the slide viewer with live JSON reload. |
| verso edit | Launch the full visual editor (viewer + editor UI + browser). |
| verso new slide [id] | Add a slide. Use -f/--from outline.md to import from a Markdown outline. |
| verso new layout <name> | Scaffold a custom layout and register it in verso.config.ts. |
| verso theme add <name> | Add a built-in or local theme. |
| verso build | Export paths as PDF or self-contained HTML. -f pdf\|html, -p <pathId>, -s 16:9\|4:3\|letter\|a4. |
Docs
Full documentation: github.com/starside-io/verso
Part of the Verso monorepo. Apache 2.0.
