git-get
0.6.0
dotnet tool install --global git-get --version 0.6.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local git-get --version 0.6.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=git-get&version=0.6.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package git-get --version 0.6.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
git-get
A cli tool for re-using git repositories as source packages.
See Docs for more info.
See GitPackage src/nuget
for usage in msbuild projects.
e.g
#install
dotnet tool install git-get --global --version 0.6.0
#get docs for this repository
$origin = "https://github.com/Dkowald/kwld.GitPackage.git"
$version = "branch/main"
$filter = "/*.md,doc/**/*.md"
git-get ./ --origin:$origin --version:$version --filter:$filter
#update to latest for branch
git-get ./ --force:all
#swap to a tagged version
git-get ./GitPackage --version:tag:v0.1
#review local cached repositories
git-get info
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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
Version | Downloads | Last updated |
---|---|---|
0.6.0 | 78 | 11/1/2024 |
0.6.0-preview3 | 80 | 10/25/2024 |
0.6.0-preview2 | 79 | 10/24/2024 |
0.6.0-preview1 | 123 | 8/19/2024 |
Reboot