Function initConfig

  • Initializes the configuration for the given base folder.

    Parameters

    • baseFolder: string

      The base folder where the configuration will be initialized.

    • options: {
          language?: string;
          version?: string;
      }

      The options for the initialization.

      • Optional language?: string
      • Optional version?: string

    Returns Promise<WPMMconfig>

    • The initialized configuration object.

Generated using TypeDoc