Function runPostInstallCommands

  • Runs post-install commands asynchronously.

    Parameters

    • commands: string[]

      An array of WP-CLI commands to execute.

    Returns Promise<void>

    • A promise that resolves when the post-install commands complete.

Generated using TypeDoc