Installation
Prerequisites
- Bun v1.0 or later
- Node.js 20+ (for editor tooling)
Install the CLI
bun add -D weltenwanderernpm install -D weltenwandererVS 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
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'