Duotify.Templates.Samples.3.1 1.0.0

dotnet new install Duotify.Templates.Samples.3.1::1.0.0
This package contains a .NET Template Package you can call from the shell/command line.

示範各種不同 dotnet new 自訂範本的專案

  1. 產生 NuGet 套件

    dotnet pack
    
  2. 安裝 Duotify.Templates.Samples.3.1 套件

    dotnet new -i bin\Debug\Duotify.Templates.Samples.3.1.1.0.0.nupkg
    
  3. 測試透過專案範本建立專案

    pushd .
    cd %temp%
    dotnet new sample01 -n c1
    dotnet new sample02 -n c2
    dotnet new sample03 -n c3
    dotnet new sample04 -n c4
    popd
    
  4. 移除 Duotify.Templates.Samples.3.1 套件

    dotnet new -u Duotify.Templates.Samples.3.1
    
  • .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
1.0.0 2,436 1/19/2020