zenstack/packages/create-zenstack
github-actions[bot] 0495333ca3
[CI] Bump version 3.5.5 (#2553)
Co-authored-by: ymc9 <104139426+ymc9@users.noreply.github.com>
2026-04-03 14:13:43 -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 [CI] Bump version 3.5.5 (#2553) 2026-04-03 14:13:43 -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