Function installComposer

  • Installs composer dependencies and generates autoloader based on composer.json file.

    Parameters

    • repoPath: string

      The path to the repository where composer.json is located.

    Returns void

    • A promise resolving when the installation process is completed.

Generated using TypeDoc