@skeptrunedev/sherp-cli
v0.1.7
Published
CLI tool for creating Marp-style presentations with Markdown/MDX
Maintainers
Readme
@skeptrune/sherp-cli
A CLI for building presentations from Markdown/MDX. Instant dev server, multiple themes, keyboard navigation, and PDF export.
npm install -g @skeptrunedev/sherp-cliUsage
# Create a new presentation
sherp init my-presentation
# Start development server
cd my-presentation
sherp dev
# Build for production
sherp build
# Preview production build
sherp previewCommands
sherp init <name>- Initialize a new presentation projectsherp dev- Start development server with live reloadsherp build- Build presentation for productionsherp preview- Preview production build
Themes
Sherp comes with four built-in themes:
Select a theme during project creation:
# Use --theme or -t flag
sherp init my-presentation --theme terminal
sherp init my-presentation -t paper
# Or choose interactively
sherp init my-presentationProject Structure
Each Sherp project contains a single presentation.mdx file along with optional customization files:
presentation.mdx- Your presentation contentsherp.config.json- Project configurationstyles/- Custom CSS files
Documentation
See the main README for full documentation.
License
MIT
