com.zhusmelb.Template.Project 1.0.2

There is a newer version of this package available.
See the version list below for details.
dotnet new install com.zhusmelb.Template.Project::1.0.2
This package contains a .NET Template Package you can call from the shell/command line.

.NET Core project template


This is a template for .NET Core CLI dotnet new. It creates a solution in which contains a console or library project as well as a separated unit test project.

Installation


To install the template, open a command prompt and type:

$ dotnet new -i com.zhusmelb.Template.Project

To uninstall the template, type:

$ dotnet new -u com.zhusmelb.Template.Porject

Usage


To create a new project with unit test:

$ mkdir MyProj && cd MyProj
$ dotnet new yzproj

Another way to create a project with unit test is:

$ dotnet new yzproj -n MyProj -o MyProj

This template supports creating both Exe or Library project, use `-P|--ProjectType' paramter to specify which type of project to create. You can sepcify either "Exe" or "Library" as argument.

$ dotnet new yzproj -n MyProj -o MyProj -P [Exe|Library]

This template includes an unit test project using NUnit 3.0 by default. If you don't want the test project, use the following:

$ dotnet new yzproj -n MyProj -o MyProj -T false

This package has 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
1.0.9 4,627 11/29/2018
1.0.8 1,905 11/29/2018
1.0.7 2,043 10/30/2018
1.0.6 1,899 10/30/2018
1.0.5 2,105 10/29/2018
1.0.4 2,077 10/28/2018
1.0.2 2,408 9/4/2018
1.0.1 2,259 9/3/2018
1.0.0 2,210 9/3/2018