Homebrew formulae for Jamdesk CLI - the command-line tool for building and managing documentation sites.
Jamdesk is a documentation platform that transforms MDX (Markdown + React components) into polished documentation websites. The CLI lets you preview docs locally, validate content, and manage your documentation workflow from the terminal.
What the CLI does:
jamdesk dev- Preview documentation locally with hot reloadjamdesk validate- Check docs.json schema and MDX syntaxjamdesk broken-links- Find broken internal linksjamdesk init- Initialize a new documentation project
New to Jamdesk? Check out the documentation or the quickstart guide to get started.
# One-liner
brew install jamdesk/tap/jamdesk
# Or tap first, then install
brew tap jamdesk/tap
brew install jamdeskVerify the installation:
jamdesk --versionbrew upgrade jamdeskbrew uninstall jamdesk
brew untap jamdesk/tap| Formula | Description |
|---|---|
jamdesk |
Documentation platform CLI for local development and validation |
- macOS or Linux
- Homebrew
- Node.js 20+ (installed automatically as dependency)
If you prefer not to use Homebrew:
# Via npm
npm install -g jamdesk
# Via curl (macOS/Linux)
curl -fsSL https://get.jamdesk.com | bash
# Via PowerShell (Windows)
irm https://get.jamdesk.com/win | iex- Jamdesk Documentation - Full platform docs
- CLI Reference - All CLI commands
- Local Development - Preview docs locally
Apache 2.0