Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

@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