Skip to content
TypeWire

@tahanabavi/typewire-cli

documents v0.0.0

Command-line tools for TypeWire contracts — contract test runner, scaffolding, and reports.

Migration

diff
- import { defineTypeFetchTestConfig } from "@tahanabavi/typefetch";
+ import { defineConfig } from "@tahanabavi/typewire-cli";

Add the dev dependency and npx typewire works as before. Your existing typefetch.test.config.ts still loads untouched — the CLI lifts its flat shape into the typefetch section and warns once, pointing at the new name. Commands and flags are unchanged.