Boiler.Templates.CSharp

Boilerplate for ASP.NET CORE Web API


Keywords
License
MIT
Install
Install-Package Boiler.Templates.CSharp -Version 0.0.5

Documentation

ASP.NET 5.0 Boilerplate Project

Install

dotnet new -i Boiler.Templates.CSharp

Create a new project

dotnet new boiler

# You can also specify name and output directory using --name, --output
dotnet new boiler --name <project-name> --output <output-directory>