Getting Started
Version:
v9.x
Creating a new FmgLib.MauiMarkup project from CLI
FmgLib provides a project template to start a new project with FmgLib.MauiMarkup.
Install latest templates from NuGet:
dotnet new install FmgLib.MauiMarkup.Template
Create a new project:
dotnet new fmglib-mauimarkup-app -o my-new-project
Existing Projects
Install the FmgLib.MauiMarkup NuGet package to your MAUI application.
dotnet add package FmgLib.MauiMarkup