Start here:
npx typeweld new my-api --yescreates a minimal Rust + TypeScript starter.- Getting started
- Axum example guide
- Effect client guide
- LSP setup guide
- Publishing guide
- Rename and unused endpoint behavior
- Current limitations
The generated TypeScript package is treated as build output. It lives under
target/api-contract by default so editors and TypeScript can read it without
making generated files part of source control.