Jamdesk CLI

Build beautiful documentation sites

Quick Install

curl -fsSL https://get.jamdesk.com | bash
iwr https://get.jamdesk.com/win | iex
npm install -g jamdesk

Homebrew (macOS/Linux)

brew tap jamdesk/tap && brew install jamdesk

Other Commands

# Upgrade to latest version
curl -fsSL https://get.jamdesk.com/upgrade | bash
# Uninstall
curl -fsSL https://get.jamdesk.com/uninstall | bash
# Upgrade to latest version
iwr https://get.jamdesk.com/upgrade | iex
# Uninstall
iwr https://get.jamdesk.com/uninstall | iex
Requirements: Node.js 20 or later. Download Node.js