Framas.Templates
8.1.6
dotnet new install Framas.Templates::8.1.6
This package contains a .NET Template Package you can call from the shell/command line.
Framas Templates for dotnet
Install
dotnet new install Framas.Templates
The templates should now available in dotnet new list
Template Name Short Name Language Tags
----------------------------------- ------------------------- -------- -----------------------------------------
Framas Class Plugin framas_class_plugin [C#] Class Plugin Framas
Framas Winforms Plugin framas_winforms_plugin [C#] Class Plugin Winforms Framas
Framas Winforms App framas_winforms_app [C#] Framas Winforms Application
Framas AspNetCore App framas_aspnetcore_app [C#] Framas AspNetCore Application
Framas AspNetCore Plugin framas_aspnetcore_plugin [C#] Framas AspNetCore Plugin
OMS Plugin oms_plugin [C#] Framas Winforms Plugin OMS
How to push
dotnet nuget push Framas.Templates.8.1.5.nupkg -k NUGET_API_KEY -s https://api.nuget.org/v3/index.json
Usage
To create a new class library project:
dotnet new framas_class_plugin -n MyPlugin
Available parameters:
-f, --framework
Description: The target framework for the project.
Options:
- net8.0
- netstandard2.0
- netstandard2.1
By default: net8.0
-
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.