ConsoleMVC.Template
1.0.4
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet new install ConsoleMVC.Template@1.0.4
This package contains a .NET Template Package you can call from the shell/command line.
ConsoleMVC Application Template
A dotnet new project template for ConsoleMVC — an MVC framework for console applications inspired by ASP.NET Core MVC.
Installation
dotnet new install ConsoleMVC.Template
Usage
# Create a new ConsoleMVC project
dotnet new consolemvc -n MyApp
# Run it
cd MyApp
dotnet run
What You Get
A ready-to-run console application structured with the MVC pattern:
- Program.cs — entry point using the familiar
CreateBuilder().Build().Run()pattern - Controllers/ — controller classes that handle actions and return results
- Views/ —
.cvwview templates with@modeldirective (compiled at build time) - Models/ — ViewModel DTOs passed from controllers to views
Learn More
-
net10.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.