Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.31 KB

File metadata and controls

31 lines (25 loc) · 1.31 KB

Creating a custom .NET CLI template

NuGet

# dotnet build --force
dotnet pack -c Release --force -o .
# dotnet new install . 
dotnet new install Bnaya.SourceGenerator.Template
dotnet new srcgen -h
dotnet new srcgen -n {name-of-the-project}
# dotnet new uninstall {name-of-the-project}
# dotnet new uninstall .
dotnet new uninstall Bnaya.SourceGenerator.Template

CLI

dotnet new srcgen -n Comp.MyGenerator