Verso.Templates 1.1.2

There is a newer version of this package available.
See the version list below for details.
dotnet new install Verso.Templates@1.1.2
                    
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 an extension project referencing Verso.Abstractions and a companion test project referencing Verso.Testing.

Template Parameters

Parameter Type Description
--extensionId string The unique extension identifier (reverse-domain format)
--author string The extension author name
--includeKernel bool Include an ILanguageKernel scaffold
--includeRenderer bool Include an ICellRenderer scaffold
--includeMagicCommand bool Include an IMagicCommand scaffold
--includeCellType bool Include an ICellType scaffold
--includeTheme bool Include an ITheme scaffold
--includeLayout bool Include an ILayoutEngine scaffold (inline layout with cell slots, interaction routing, and themed CSS)

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.

Version Downloads Last Updated
1.2.2 115 9/4/2026
1.2.1 143 8/8/2026
1.2.0 149 8/8/2026
1.1.3 171 7/29/2026
1.1.2 176 7/18/2026
1.1.1 194 7/6/2026
1.1.0 189 7/6/2026
1.0.22 247 6/16/2026
1.0.21 230 6/7/2026
1.0.20 243 5/24/2026
1.0.19 255 5/13/2026
1.0.18 272 5/2/2026
1.0.17 282 4/22/2026
1.0.16 296 4/15/2026
1.0.15 292 4/8/2026
1.0.14 284 4/7/2026
1.0.13 306 4/7/2026
1.0.12 303 4/1/2026
1.0.11 304 3/24/2026
1.0.10 309 3/19/2026
Loading failed