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

    Interface GeneratorConfig

    Optional configuration for the Generator Engine.

    interface GeneratorConfig {
        moduleName?: string;
        skipFormatting?: boolean;
    }
    Index

    Properties

    moduleName?: string

    The name of the main NestJS module to generate (default: 'ApiModule').

    skipFormatting?: boolean

    If true, skips the final code formatting step (not implemented yet, but reserved).