docopt.net.templates 0.2.0

dotnet new install docopt.net.templates::0.2.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.1.

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.

Version Downloads Last updated
0.2.0 652 4/3/2022
0.1.0 477 3/30/2022