mirror of
https://github.com/zenstackhq/zenstack
synced 2026-05-24 10:08:55 +00:00
|
|
||
|---|---|---|
| .. | ||
| src | ||
| eslint.config.js | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| tsdown.config.ts | ||
@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