This repository contains .NET Project templates for FuncUI.
dotnet new --install JaggerJo.Avalonia.FuncUI.Templates
Create a new basic App (only contains a simple elmish view)
dotnet new funcui.basic -n NewApp
Create a new full App (contains a Style.xaml file and other extras.)
dotnet new funcui.full -n NewApp
Create a new Quick Start App (contains a bunch of pages and other extras.)
dotnet new funcui.quickstart -n NewApp
dotnet run NewApp