Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 806 Bytes

File metadata and controls

33 lines (22 loc) · 806 Bytes

SquibView CLI

Command-line interface for SquibView - convert Markdown files to high-quality HTML with advanced features.

Quick Start

# Run directly with npx
npx squibv document.md

# With offline bundling
npx squibv document.md --bundle-offline

Features

  • 🚀 Rich Content: Math equations, Mermaid diagrams, CSV tables, SVG graphics
  • 📦 Offline Ready: Bundle all dependencies for air-gapped environments
  • 🎨 Professional: Clean default styling with custom CSS support
  • Fast: Quick conversion with watch mode for development

Documentation

See Complete CLI Documentation for detailed usage instructions.

Installation

The CLI is included with the main SquibView package:

npm install squibview
npx squibv --help