Project templates with batteries included, providing the minimum amount of code required to get you going.
- Install the latest .NET Core SDK.
- Run
dotnet new --install Boxed.Templates
to install the project template. - Run
dotnet new api --help
to see how to select the feature of the project. - Run
dotnet new api --name "MyProject"
along with any other custom options to create a project from the template.
You can find release notes for each version here and a To-Do list of new features and enhancements coming soon in the projects tab.
Please read the guide to learn how you can make a contribution.
A big thank you to the following contributors:
- sayedihashimi - Fixed dotnet new command in ReadMe.
- bobinush - Fixed typo.
- chrisrichards - Fixed paging in the API template.
- VeXHarbinger - Updated Twitter cards.
- michalstanko - Added Czech and Slovak characters to the FriendlyUrlHelper.
- miroslavpopovic - Small fix to SiteMapGenerator.
- Matthew-Bonner - Fix removal of trailing slash for manifest.json.
- Abuson - Two ASP.NET Core MVC fixes to do with error pages.
- Shiney - Fixed typo.
- ChrisOMetz - ASP.NET Core LESS feature.
- mcliment - Updated template to ASP.NET Core RC 1.
- surfsflo - Added woff2 support for Font Awesome.
- rarrarrarr - Fixed grammar mistakes.