Skip to content

mToxicCode/dotnet-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToxiCode dotnet application templates

How to use

  1. Add ToxiCode org nuget registry as one of nuget sources: dotnet nuget add source --username USERNAME --password TOKEN --store-password-in-clear-text --name github "https://nuget.pkg.github.com/mToxicCode/index.json" where USERNAME is your github login and TOKEN is your PAT github token.
  2. Install nuget as template: dotnet new -i ToxiCode.Templates
  3. Use template when creating a new solution: dotnet new tc-api(or other template name) PROJECT.NAME

Available templates

  • ToxiCode.Templates.WebApi || tc-api ----> Template for creating a web api app
  • ToxiCode.Templates.WebBlazor || tc-blazor-ssr ----> Template for creating a blazor app with SSR
  • ToxiCode.Templates.Package || tc-pkg ----> Template for creating packages and libs

About

ToxiCode dotNET templates

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors