Socket
Book a DemoInstallSign in
Socket

@skeptrune/sherp-cli

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@skeptrune/sherp-cli

CLI tool for creating Marp-style presentations with Markdown/MDX

latest
Source
npmnpm
Version
0.1.4
Version published
Maintainers
1
Created
Source

@skeptrune/sherp-cli

A CLI for building presentations from Markdown/MDX. Instant dev server, multiple themes, keyboard navigation, and PDF export.

npm install -g @skeptrune/sherp-cli

Usage

# 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 preview

Commands

  • sherp init <name> - Initialize a new presentation project
  • sherp dev - Start development server with live reload
  • sherp build - Build presentation for production
  • sherp preview - Preview production build

Themes

Sherp comes with four built-in themes:

Terminal
Green-on-black hacker aesthetic
Paper
Sepia/cream academic style
Corporate
Professional navy/blue tones
Default
Minimal, no custom styles

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-presentation

Project Structure

Each Sherp project contains a single presentation.mdx file along with optional customization files:

  • presentation.mdx - Your presentation content
  • sherp.config.json - Project configuration
  • styles/ - Custom CSS files

Documentation

See the main README for full documentation.

License

MIT

Keywords

presentation

FAQs

Package last updated on 29 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts