Singleton class to handle the configuration for the application generator.

Accessors

  • get TmpOutDir(): string
  • Gets the temporary output directory from the environment configuration.

    Returns string

    The path to the temporary output directory.

  • get TmpOutZipName(): string
  • Gets the temporary output zip file name from the environment configuration.

    Returns string

    The name of the temporary output zip file.

Methods