https://github.com/cfrenzel/dotnet-new-templates-2.2
dotnet new templates
https://github.com/cfrenzel/dotnet-new-templates-2.2
Last synced: 7 months ago
JSON representation
dotnet new templates
- Host: GitHub
- URL: https://github.com/cfrenzel/dotnet-new-templates-2.2
- Owner: cfrenzel
- Created: 2019-12-30T22:52:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-14T16:11:43.000Z (over 6 years ago)
- Last Synced: 2025-01-23T04:43:12.405Z (over 1 year ago)
- Language: C#
- Homepage: https://cfrenzel.com/dotnet-new-templating-nuget/
- Size: 41 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
dotnet new templates
=======
**Create Template Pack**
> dotnet pack .\templates\templates.csproj -o .\artifacts\ --no-build --no-restore
**Install Templates Locally**
> dotnet new -i .\artifacts\cfrenzel-dotnet-new-templates-2.2.1.0.0.nupkg
**Install from MyGet**
dotnet new --install cfrenzel-dotnet-new-templates-2.2 --nuget-source https://www.myget.org/F/cfrenzel-ci/api/v3/index.json