This repository contains small NuGet packages and project templates helpful for building apps that run on Google Cloud Platform.
These templates are a good starting place for building ASP.NET Core apps that run on Google App Engine and
Google Kubernetes Engine.
(When available), Install the templates by running dotnet new -i Google.Cloud.Templates
,
then create a new ASP.NET Core MVC project by running dotnet new gcpmvc -n MyMvcProjectName
.
See the Templates Readme for more information.
We'd love to accept your patches and contributions to this project. See Contributing.md for more information.
All code in this repository falls under the Apache 2.0 License. See LICENSE for more information.