zenstack/packages/sdk
sanny-io 76febc90d4
Some checks failed
CodeQL / Analyze (javascript-typescript) (push) Has been cancelled
fix: invalid prisma schema with format args (#2677)
2026-05-22 08:33:41 -07:00
..
src fix: invalid prisma schema with format args (#2677) 2026-05-22 08:33:41 -07:00
eslint.config.js chore: upgrade eslint (#36) 2025-06-21 23:26:56 +08:00
package.json [CI] Bump version 3.7.1 (#2678) 2026-05-22 08:31:58 -07:00
README.md docs: add README.md to all public packages 2026-03-22 21:51:13 -07:00
tsconfig.json chore: migrate from tsup to tsdown (#2580) 2026-04-15 12:13:34 -07:00
tsdown.config.ts chore: migrate from tsup to tsdown (#2580) 2026-04-15 12:13:34 -07:00

@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