AkselArzuman.Dotnet.Templates 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet new install AkselArzuman.Dotnet.Templates::1.0.0                
This package contains a .NET Template Package you can call from the shell/command line.

AkselArzuman.Dotnet.Templates

dotnet new cli templates to make your life easier.

Why to use these templates?

By creating you project with these templates, you get :

  • Layers (Service, Repository and Models)
  • Entity Framework Core Support (only need to pass your connection string in appsettings file)
  • Dependency Injection (Microsoft)
  • AutoMapper Configuration
  • Fluent Validation
  • Docker Support
  • Test Project

Installation

Install with :

dotnet new -i AkselArzuman.Dotnet.Templates

dotnet new netcore-api

Creates a web api with Service,Repository and Models layers and Test project. It also includes docker support.

You need to pass project name in order to create the application.

dotnet new netcore-api --projectname=HelloWorld

To see what parameters you can pass :

dotnet new netcore-api --help

dotnet new netcore-console

Creates a console application with Service,Repository and Models layers and Test project. It also includes docker support.

You need to pass project name in order to create the application.

dotnet new netcore-console --projectname=HelloWorld

To see what parameters you can pass :

dotnet new netcore-console --help

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.0 2,640 7/28/2020
1.2.0 666 1/29/2020
1.1.0 566 11/11/2019
1.0.0 788 5/18/2019