• Uses git to return the path to the root of the project. This is the absolute path to the root of the project / repository. Note: git for windows returns POSIX-style paths

    Parameters

    • Optional cwd: string = ...

      directory to start in. defaults to process.cwd();

    Returns Promise<string>

Generated using TypeDoc