After reading the following articles:

  • How to create your own templates for dotnet new
  • Custom Project Templates Using dotnet new

and having a twitter conversation with Sayed-Ibrahim-Hashimi I decided it was a nice idea to create some templates based on the code of some of my posts.

So here are the results:

Create a an ASP.NET Core Web API project ready for AWS lambda


Create an ASP.NET Core Web project for RaspberryPi


You can clone the code for the templates here.

Hope it helps!