Vidyano.Templates
1.0.20251103.6147
Prefix Reserved
dotnet new install Vidyano.Templates::1.0.20251103.6147
This package contains a .NET Template Package you can call from the shell/command line.
VidyanoDotNetToolTemplates
Vidyano dotnet tool templates for creating web applications with various database configurations
Template Package
Vidyano Packages
Installation
From NuGet
dotnet new install Vidyano.Templates
From Local Package (Development)
# Build the package first
dotnet pack
# Install from local package
dotnet new install ./bin/Debug/Vidyano.Templates.1.0.0.nupkg
Available Templates
| Template | Short Name | Description |
|---|---|---|
| Vidyano SQL Server | vidyano |
Vidyano project using SQL Server with Entity Framework Core |
| Vidyano PostgreSQL | vidyano-postgres |
Vidyano project using PostgreSQL with Entity Framework Core |
| Vidyano RavenDB | vidyano-ravendb |
Vidyano project using RavenDB document database |
| Vidyano NoDB | vidyano-nodb |
Vidyano project without database persistence |
Usage
Create a new Vidyano project
# SQL Server (default)
dotnet new vidyano -n MyProject
# PostgreSQL
dotnet new vidyano-postgres -n MyProject
# RavenDB
dotnet new vidyano-ravendb -n MyProject
# No Database
dotnet new vidyano-nodb -n MyProject
Uninstall the templates
dotnet new uninstall Vidyano.Templates
-
.NETStandard 2.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.20251103.6147 | 358 | 11/3/2025 |
| 1.0.20250901.6064 | 406 | 9/1/2025 |
| 1.0.20241119.5814 | 419 | 11/19/2024 |
| 1.0.20241107.5796 | 390 | 11/7/2024 |
| 1.0.20230217.4726 | 1,489 | 2/17/2023 |
| 1.0.20211112.3573 | 834 | 11/12/2021 |