ApiBoilerPlate.AspNetCore
1.0.1
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet new install ApiBoilerPlate.AspNetCore::1.0.1
This package contains a .NET Template Package you can call from the shell/command line.
Installation
- Install the latest .NET Core SDK.
- Open the command line
- Run
dotnet new --install ApiBoilerPlate.AspNetCore
. This will install the template in your machine - Create a new directory for your project. For example:
mkdir source\SampleApi
- Switch the command directory to your project directory. For example:
cd source\SampleApi
- Run
dotnet new apiboilerplate --name "MyApi"
. This will generate the project template within thesource\SampleApi
directory.
You can also install the project from the Visual Studio Market Place: ApiBoilerPlate.AspNetCore
Repo
Walkthrough
ApiBoilerPlate: A Project Template for Building ASP.NET Core APIs
-
.NETCoreApp 3.0
- AutoMapper.Extensions.Microsoft.DependencyInjection (>= 7.0.0)
- AutoWrapper.Core (>= 1.0.0)
- Dapper (>= 2.0.4)
- FluentValidation.AspNetCore (>= 8.5.0)
- Microsoft.Extensions.Logging.Debug (>= 3.0.0)
- Microsoft.VisualStudio.Web.CodeGeneration.Design (>= 3.0.0)
- Serilog.AspNetCore (>= 3.0.0)
- Serilog.Settings.Configuration (>= 3.1.0)
- Serilog.Sinks.Async (>= 1.4.0)
- Serilog.Sinks.Console (>= 3.1.1)
- Serilog.Sinks.File (>= 4.0.0)
- Swashbuckle.AspNetCore (>= 5.0.0-rc3)
- System.Data.SqlClient (>= 4.7.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
official release