Skip to content

Installation

Prerequisites

  • Bun v1.0 or later
  • Node.js 20+ (for editor tooling)

Install the CLI

Terminal window
bun add -D weltenwanderer

VS Code Extension

Install the Weltenwanderer VS Code extension for syntax highlighting, autocomplete, and inline diagnostics.

The VS Code extension is not yet published. It will be available when the LSP integration is complete.

Verify Installation

Terminal window
weltenwanderer validate '*.ddd'

The CLI package is not yet published to npm. In the monorepo, invoke it directly via Bun:

Terminal window
bun run packages/cli/src/main.ts validate '*.ddd'