Skip to content

jamdesk/homebrew-tap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Jamdesk Homebrew Tap

License

Homebrew formulae for Jamdesk CLI - the command-line tool for building and managing documentation sites.

What is Jamdesk?

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 reload
  • jamdesk validate - Check docs.json schema and MDX syntax
  • jamdesk broken-links - Find broken internal links
  • jamdesk init - Initialize a new documentation project

New to Jamdesk? Check out the documentation or the quickstart guide to get started.

Installation

# One-liner
brew install jamdesk/tap/jamdesk

# Or tap first, then install
brew tap jamdesk/tap
brew install jamdesk

Verify the installation:

jamdesk --version

Upgrading

brew upgrade jamdesk

Uninstalling

brew uninstall jamdesk
brew untap jamdesk/tap

Available Formulae

Formula Description
jamdesk Documentation platform CLI for local development and validation

Requirements

  • macOS or Linux
  • Homebrew
  • Node.js 20+ (installed automatically as dependency)

Alternative Installation

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

Documentation

Support

License

Apache 2.0

About

Homebrew formulae for Jamdesk CLI

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages