mirror of
https://github.com/zenstackhq/zenstack
synced 2026-05-24 10:08:55 +00:00
13 lines
283 B
Markdown
13 lines
283 B
Markdown
# create-zenstack
|
|
|
|
Scaffolding tool to create a new ZenStack project from a template with ZenStack packages installed and a sample ZModel schema generated.
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
npm create zenstack@latest my-app
|
|
```
|
|
|
|
## Learn More
|
|
|
|
- [ZenStack Documentation](https://zenstack.dev/docs)
|