Skip to main content

CLI Installation

Install the Burger API CLI to create projects, add middleware, and build for production.

bun add -g @burger-api/cli

Option 2: bunx (no install)

bunx @burger-api/cli create my-project

Option 3: Standalone executable

  • macOS/Linux/WSL: curl -fsSL https://burger-api.com/install.sh | bash
  • Windows PowerShell: irm https://burger-api.com/install.ps1 | iex

Or download from GitHub Releases.

Verify

burger-api --version

For all commands and workflows, see CLI Tool.