Skip to content

Repository for many .NET templates. Using a single command line, create a huge application.

Notifications You must be signed in to change notification settings

thiagomaia971/Templates.NET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Templates.NET

1. Templates

Name Projects Frameworks
TemplatesDotNet/BaseTemplate 1. ApiApplication
2. ClientApplication
3. Domain
4. Infra
5. WebApplication
1. EntityFramework
2. EntityFramework.SQLServer
3. Swagger
4. MediatR
5. BlazorClient
TemplatesDotNet/BaseTemplate/Signalr 1. ApiApplication
2. ClientApplication
3. Domain
4. Infra
5. WebApplication
1. EntityFramework
2. EntityFramework.SQLServer
3. Swagger
4. MediatR
5. BlazorClient
6. SignalR

2. Create Template in local Machine

Ir para o template que você quer criar na máquina.

cd ~/Templates.NET\templates\BaseApplication
dotnet new -i .\

3. Delete Template in local Machine

Ir para o template que você quer criar na máquina.

dotnet new -u [localproject]\Templates.NET\templates\BaseApplication

4. Create new project with this template

dotnet new TemplatesDotNet/BaseTemplate --appName YourApplicationName -o YourApplicationNameFolderOptional

About

Repository for many .NET templates. Using a single command line, create a huge application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published