docopt.net.templates
0.1.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet new install docopt.net.templates::0.1.0
This package contains a .NET Template Package you can call from the shell/command line.
This package contains templates for docopt.net, for use with dotnet new
to create .NET console applications that use docopt.net for command-line parsing support.
The templates in this version create applications that reference docopt.net 0.8.0.
Installation
To install:
dotnet new --install docopt.net.templates
To uninstall, run:
dotnet new --uninstall docopt.net.templates
Usage
Once installed, a new console application can be created using the following command:
dotnet new docopt-console
-
.NETStandard 2.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.