md2slide
v0.1.0
Published
A lightweight CLI tool to transform Markdown files into beautiful presentation slides.
Maintainers
Readme
md2slides
md2slides is a lightweight CLI tool that transforms Markdown files into beautiful presentation slides.
Write your content in Markdown and instantly preview it as an interactive slide deck in the browser.
Features
- Markdown to presentation slides
- Fast local development server
- Live browser preview
- Simple CLI commands
- Lightweight and developer-friendly
Installation
npm install -g md2slidesUsage
Start the presentation server:
md2slides upOpen your browser and start presenting your Markdown slides instantly.
Example
# Welcome
This is your first slide.
---
# Second Slide
- Point one
- Point two
- Point three