Skip to content

langium-zod / GenerateOptions

Interface: GenerateOptions

Defined in: cli.ts:233

Options accepted by the programmatic generate function.

Allows the core generation logic to be invoked directly from other tools or scripts without going through the CLI argument parser.

Properties

PropertyTypeDescriptionDefined in
config?LangiumZodConfigMerged generator config (from user's langium-zod.config.js + CLI flags)cli.ts:237
langiumConfigPathstringAbsolute path to langium-config.jsoncli.ts:235

Released under the MIT License.