@stonedeck/cli
v0.7.7
Published
> Create stunning presentations from Markdown
Readme
@stonedeck/cli
Create stunning presentations from Markdown
Install
npm install -g @stonedeck/cliUse
See your slides while editing
stonedeck preview my-slides.md --watchOpens a browser showing your presentation. Changes to your .md file update automatically!
Export to HTML
stonedeck export my-slides.mdCreates a .html file you can share or present anywhere.
Get a PDF
Export to HTML first, then open it in your browser and use "Print to PDF".
Create your first presentation
- Make a file called
hello.md:
---
StoneDeck: true
title: My First Deck
---
:::slide
---
layout: title
---
# Hello World
## Made with StoneDeck
:::
:::slide
---
layout: content
---
# Why StoneDeck?
- Write in Markdown
- Get beautiful slides
- No design skills needed
:::- Preview it:
stonedeck preview hello.md --watch- Love it? Export it:
stonedeck export hello.mdThat's it! 🎉
Commands
| Command | What it does |
|---------|--------------|
| stonedeck preview <file> | Opens slides in browser |
| stonedeck preview <file> --watch | Auto-reload on changes |
| stonedeck export <file> | Creates HTML file |
Need more help?
Check the full documentation
Repository
https://github.com/matheuspellisoli/StoneDeck
License
MIT
