Jamdesk CLI (v1.1.132) is the official command-line tool for Jamdesk, a docs-as-code platform. It enables developers to initialize, preview, build, validate, and deploy MDX-based documentation sites with Turbopack-powered hot reload. Supports 50+ MDX components, three themes, OpenAPI auto-generation, AI search, and Mintlify migration. Requires Node.js >=20.0.0. Published weekly on npm with TypeScript types included.
npm install jamdeskNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Installs the CLI globally, creates a new project, starts the dev server, validates the setup, and deploys.
Upgrade Node.js to version 20 or later.
Use jamdesk dev --lang en (or your default language code) instead of --all-langs.
Use npx jamdesk dev or install globally with npm install -g jamdesk.
Do not attempt to require('jamdesk') in Node.js scripts. Use child_process exec/spawn instead.Use npx jamdesk dev or install globally and run jamdesk dev from the terminal.
Install globally: npm install -g jamdesk, or use npx jamdesk dev.
Upgrade Node.js to 20 or later using nvm or official installer.
Run jamdesk init to generate a valid docs.json, or refer to the documentation for required fields.
No dependency data recorded yet.