Command-line interface for SquibView - convert Markdown files to high-quality HTML with advanced features.
# Run directly with npx
npx squibv document.md
# With offline bundling
npx squibv document.md --bundle-offline- 🚀 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
See Complete CLI Documentation for detailed usage instructions.
The CLI is included with the main SquibView package:
npm install squibview
npx squibv --help