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>