Duotify.Templates.DotNetNew
1.0.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 Duotify.Templates.DotNetNew::1.0.0
This package contains a .NET Template Package you can call from the shell/command line.
Duotify.Templates.DotNetNew
本專案為「多奇教育訓練」製作的 dotnet new
範本專案,用於建立多個不同的專案範本(Project Templates)與項目範本(Item Templates)。
安裝範本
dotnet new -i Duotify.Templates.DotNetNew
更新範本
dotnet new -i Duotify.Templates.DotNetNew
專案範本 (Project Templates)
go
說明
依據 Standard Go Project Layout 提供一個 Go 專案範本。
用法
dotnet new go -c "YOUR-NAME" -g "YOUR-GitHub-ID" -n "YOUR-APP-NAME"
範例
dotnet new go -c "Will 保哥" -g "doggy8088" -n myapp
項目範本 (Item Templates)
editorconfig
說明
提供 C# 專案預設的
.editorconfig
檔案,其內容參考自 .NET code style rule options 官網文件提供的範例。若要參考 Roslyn 專案的
.editorconfig
檔案,可以看這裡:https://github.com/dotnet/roslyn/blob/master/.editorconfig用法
dotnet new editorconfig
範例
dotnet new editorconfig
移除範本
dotnet new -u Duotify.Templates.DotNetNew
-
.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.7.2 | 4,304 | 10/24/2023 |
1.7.1 | 286 | 10/24/2023 |
1.7.0 | 277 | 10/24/2023 |
1.6.0 | 453 | 5/18/2023 |
1.5.2 | 546 | 7/29/2022 |
1.5.1 | 420 | 7/29/2022 |
1.5.0 | 444 | 7/29/2022 |
1.4.1 | 1,600 | 7/22/2021 |
1.4.0 | 436 | 7/18/2021 |
1.3.0 | 608 | 7/8/2021 |
1.2.1 | 1,161 | 11/3/2020 |
1.2.0 | 550 | 11/2/2020 |
1.1.0 | 541 | 10/31/2020 |
1.0.0 | 419 | 10/30/2020 |
Initial release with `go` and `editorconfig` templates.