LocalGitScanner 0.0.4
dotnet tool install --global LocalGitScanner --version 0.0.4
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local LocalGitScanner --version 0.0.4
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=LocalGitScanner&version=0.0.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package LocalGitScanner --version 0.0.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Local Git Scanner
Installation
The tool ist released via nuget.
Usage
USAGE: LocalGitScanner [--help] [--path <path>] [--outputcsv <path>] [--regexpattern <string>] [--timeout <seconds>] [--depth <int>]
OPTIONS:
--path, -p <path> -p <path> Specify the base directory to search for Git repositories
--outputcsv, -o <path>
-o <file> Output CSV file (default: local-gits.csv)
--regexpattern, -r <string>
-r <pattern> Regex pattern to match repository directories (default: .*)
--timeout, -t <seconds>
-t <seconds> Timeout per repository (default: 60 seconds)
--depth, -d <int> -d <depth> Maximum recursion depth when scanning directories (default: 2)
--help display this list of options.
Example
The following would find any Git repository in path/to/my/git-repos
starting with Project0
LocalGitScanner -p "path/to/my/git-repos" -r "Project0.*"
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.