Verso.Templates
1.0.5
dotnet new install Verso.Templates::1.0.5
This package contains a .NET Template Package you can call from the shell/command line.
Verso.Templates
Project templates for building Verso extensions.
Installation
dotnet new install Verso.Templates
Usage
# Create a new extension project
dotnet new verso-extension -n MyExtension
# Build and test
cd MyExtension
dotnet build
dotnet test
The template creates a solution with an extension project referencing Verso.Abstractions and a companion test project referencing Verso.Testing.
See the getting started guide for full documentation.
-
net8.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.