zenstack/packages/create-zenstack
Yiming Cao 85d8b6bf2f
chore: add package metadata to all public packages (#2530)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-30 13:02:21 -07:00
..
bin fix: remove shebang from npm bin scripts for better compatibility (#75) 2025-07-04 21:09:24 +02:00
src fix(cli): add "@zenstackhq/schema" package installation for "zenstack create" and "zen init" (#2437) 2026-03-03 09:43:45 -08:00
eslint.config.js chore: upgrade eslint (#36) 2025-06-21 23:26:56 +08:00
package.json chore: add package metadata to all public packages (#2530) 2026-03-30 13:02:21 -07:00
README.md docs: add README.md to all public packages 2026-03-22 21:51:13 -07:00
tsconfig.json feat: cli plugin support (#181) 2025-08-17 16:35:07 +08:00
tsup.config.ts feat: add "create-zenstack" and "init" command (#20) 2025-06-13 22:23:22 +08:00

create-zenstack

Scaffolding tool to create a new ZenStack project from a template with ZenStack packages installed and a sample ZModel schema generated.

Usage

npm create zenstack@latest my-app

Learn More