Verso.Templates
1.0.16
dotnet new install Verso.Templates::1.0.16
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 |
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.0.16 | 39 | 4/15/2026 |
| 1.0.15 | 84 | 4/8/2026 |
| 1.0.14 | 76 | 4/7/2026 |
| 1.0.13 | 93 | 4/7/2026 |
| 1.0.12 | 94 | 4/1/2026 |
| 1.0.11 | 98 | 3/24/2026 |
| 1.0.10 | 101 | 3/19/2026 |
| 1.0.9 | 112 | 3/14/2026 |
| 1.0.8 | 115 | 3/7/2026 |
| 1.0.7 | 108 | 3/6/2026 |
| 1.0.6 | 116 | 3/4/2026 |
| 1.0.5 | 116 | 2/28/2026 |
| 1.0.4 | 125 | 2/23/2026 |
| 1.0.3 | 124 | 2/22/2026 |
| 1.0.2 | 121 | 2/21/2026 |
| 1.0.1 | 119 | 2/21/2026 |
| 1.0.0 | 124 | 2/20/2026 |