ember-apply
    Preparing search index...

    Function gitRoot

    Public API for the project namespace

    • 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

      • Optionalcwd: string = ...

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

      Returns Promise<string>