Vulcan.Maui.Template 0.5.3

dotnet new install Vulcan.Maui.Template::0.5.3                
This package contains a .NET Template Package you can call from the shell/command line.

Expanding and Customizing the MAUI Project Template

Commands to be used:

  • Switch to the working directory
  • Use this project template to generate a new project

Create a new empty project of Prism.Maui (With Prism Library)

dotnet new Vulcan-Maui-Prism -o d:\Temp\MyApp

Create a new full project of Prism.Maui (With Prism Library and has flyout menu)

dotnet new Full-Maui -o d:\Temp\MyApp

Create a new full project of Native Maui (No Prism Library)

dotnet new Vulcan-Maui -o d:\Temp\MyApp

  • Create View / ViewModel items

Create a new View and ViewModel for Native MAUI Project (don't append Page to view-name parameter)

dotnet new MVVMItem --namespace MyApp --view-name MyFirst

Create a new View and ViewModel for Prism MAUI Project (don't append Page to view-name parameter)

dotnet new MVVMPrismItem --namespace MyApp --view-name MyFirst

  • Remove this project template dotnet new uninstall Vulcan.Maui.Template

Font file lookup webpage

https://pictogrammers.com/library/mdi/

This package has 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
0.5.3 203 7/1/2024
0.5.1 109 6/25/2024
0.5.0 2,209 1/1/2024
0.3.0 1,294 11/19/2023
0.2.5 867 2/6/2023
0.2.4 329 1/29/2023
0.2.3 317 1/27/2023
0.2.2 283 1/25/2023
0.1.12 300 1/24/2023