mirror of
https://github.com/zenstackhq/zenstack
synced 2026-05-24 10:08:55 +00:00
536 B
536 B
Code generation
Code generation is where your modeling work pays off. To trigger it, simply run:
npx zenstack generate
You should see an output similar to:
A full reference of the zenstack CLI can be found here, but for now knowing just this one command is good enough.
As you see, several code generators are run to create pieces of code that help you build the app. Let's see how to use it in the next section.
