Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GeneratorOptions

Options for generation and reverse engineering process. Options extends pg-structure options

Hierarchy

  • GeneratorOptions

Index

Properties

Optional clear

clear: boolean

Whether to clear the destination directory before creating files.

Optional context

context: Record<string, any>

Extra context data. This data is merged with and overridden by data from context file.

Optional contextFile

contextFile: string

Path to a JSON or JS file providing extra context for templates.

Optional log

log: boolean

Whether to log output to console.

Optional outDir

outDir: string

Path of the output directory.

Generated using TypeDoc