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.
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
nuke :add-package NM.Tools.Dotnet.MSbuild.BuildXml --version 0.0.1-alpha1.1

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.

Version Downloads Last updated
0.0.1-alpha1.2 45 4/17/2024
0.0.1-alpha1.1 41 4/17/2024
0.0.1-alpha1 59 4/17/2024

Add tool command, improve readme.md