NM.Tools.Dotnet.MSbuild.BuildXml
0.0.1-alpha1.1
This is a prerelease version of NM.Tools.Dotnet.MSbuild.BuildXml.
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
dotnet tool install --global NM.Tools.Dotnet.MSbuild.BuildXml --version 0.0.1-alpha1.1
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 NM.Tools.Dotnet.MSbuild.BuildXml --version 0.0.1-alpha1.1
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=NM.Tools.Dotnet.MSbuild.BuildXml&version=0.0.1-alpha1.1&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package NM.Tools.Dotnet.MSbuild.BuildXml --version 0.0.1-alpha1.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
NM.Tools.Dotnet.MSbuild.BuildXml
.Net tool for making basic MSBuild XML templetes on directory chain.
How to install
.Net CLI |
---|
dotnet tool install --global NM.Tools.Dotnet.MSbuild.BuildXml |
How to use
.Net CLI |
---|
dotnet buildxml <From> <To> [options] |
Details
Description:
Make basic MSBuild XML templetes on directory chain.
It does not overwrite existing files.
If *.*proj files exist, it does not make any file.
Usage:
buildxml <From> <To> [options]
Arguments:
<From> Directory path or child file path to start making MSBuild XML. Directory of file at the path SHOULD exist.
<To> Directory path or child file path to end making MSBuild XML. Directory of file at the path SHOULD exist.
Options:
-np, --no-props Do not make Directory.Build.props files
-nt, --no-targets Do not make Directory.Build.targets files
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- System.CommandLine (>= 2.0.0-beta4.22272.1)
-
net8.0
- System.CommandLine (>= 2.0.0-beta4.22272.1)
Version | Downloads | Last updated |
---|---|---|
0.0.1-alpha1.2 | 70 | 4/17/2024 |
0.0.1-alpha1.1 | 60 | 4/17/2024 |
0.0.1-alpha1 | 78 | 4/17/2024 |
Add tool command, improve readme.md