Skip to content

cofoundry-cms/Cofoundry.Templates

Repository files navigation

Cofoundry.Templates

Build status NuGet

This project contains the following project templates for Cofoundry. For more information on getting started with Cofoundry check out the Cofoundry repository.

Installing

To install the templates run the following command in your console:

dotnet new -i "Cofoundry.Templates::*"

Templates

Cofoundry Web

A basic Cofoundry project template that includes startup code and examples of page templates, block types, custom entities and error pages.

cofoundry-web template file structure

Use

dotnet new cofoundry-web -n ExampleApp