@canmi/seam-cli
v0.5.31
Published
npm distribution package for the `seam` CLI binary.
Readme
@canmi/seam-cli
npm distribution package for the seam CLI binary.
Overview
This package wraps the Rust-compiled seam-cli binary for npm distribution. It resolves the correct platform-specific binary at install time.
Supported Platforms
darwin-arm64darwin-x64linux-arm64linux-x64
Usage
npx @canmi/seam-cli <command>Notes
- The CLI logic is split across three Rust crates:
seam-skeleton,seam-codegen, andseam-cli(insrc/cli/) - Config helper (
defineConfig) has moved to@canmi/seam— this package only contains the binary resolver and platform binaries
