zenstack/packages/sdk/README.md
ymc9 5bb9e67a96 docs: add README.md to all public packages
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-22 21:51:13 -07:00

641 B

@zenstackhq/sdk

The ZenStack SDK for code generation and schema processing. Provides utilities for working with the ZModel AST, generating TypeScript schema output, building CLI plugins, and interacting with Prisma schema artifacts. This package is primarily used internally by the CLI and plugin authors.

Key Capabilities

  • ZModel AST traversal and model utilities
  • TypeScript schema code generation from ZModel
  • CLI plugin interface for extending zenstack generate
  • Prisma schema interop utilities

Installation

npm install @zenstackhq/sdk

Learn More