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

    Main Code Generation Engine.

    It orchestrates the entire generation process by initializing the TypeScript project and delegating specific tasks to specialized Writers (DTOs, Services, Modules, etc.).

    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.

    • Returns the underlying ts-morph Project instance. Useful for testing or advanced manipulation.

      Returns Project