Installation

How to install the ChooChoo CLI

Prerequisites

  • Bun, Node.js (v18+), or npm

Install

# Using bun (recommended)
bun add -g @choochoo-works/cli

# Using npm
npm install -g @choochoo-works/cli

Or run without installing:

npx @choochoo-works/cli --help

Verify

choochoo --version

Help

choochoo --help

For full command documentation, see the CLI Reference.

Next steps

On this page