Nog CLI Developer Guide - v0.11.0
    Preparing search index...

    Main Code Generation Engine.

    Orchestrates the entire generation process by delegating specific tasks to specialized Writers (DTOs, Services, Modules, etc.) that emit code through the TypeScript Compiler API (ts.factory) and format the result with Prettier.

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Executes the code generation process based on the provided Internal Representation (IR).

      Parameters

      • ir: IrDefinition

        The parsed and processed Internal Representation of the API.

      Returns Promise<void>

      If any step of the generation process fails.