SenseNet / sn-vs-projecttemplates

Project templates for sensenet projects.
GNU General Public License v2.0
1 stars 0 forks source link

Publish templates as dotnet new project templates #23

Open tusmester opened 4 years ago

tusmester commented 4 years ago

Currently we offer our project templates only on GitHub. Consider publishing them on NuGet in a single package that can be installed and used from the command line.

https://docs.microsoft.com/en-us/dotnet/core/tools/custom-templates

dotnet new -i "sensenet.templates::*"
dotnet new snsqlsearchlocal