This project contains the following project templates for Cofoundry. For more information on getting started with Cofoundry check out the Cofoundry repository.
To install the templates run the following command in your console:
dotnet new -i "Cofoundry.Templates::*"
A basic Cofoundry project template that includes startup code and examples of page templates, block types, custom entities and error pages.
dotnet new cofoundry-web -n ExampleApp