@mikeyt23/node-cli-utils
    Preparing search index...

    Function ensureDotnetToolManifest

    • Runs dotnet new tool-manifest if ./.config/dotnet-tools.json does not exist. Uses the current working directory.

      The tool manifest is required when installing local dotnet tools. Note that dotnet searches up the directory tree for a tool manifest, so tools can be installed in a solution root directory and be picked up by dotnet when run in subdirectories.

      Parameters

      • cwd: string = ...

      Returns Promise<void>