Avalonia.FuncUI.ProjectTemplates
Avalonia.FuncUI.ProjectTemplates copied to clipboard
.NET Project Templates for FuncUI
Avalonia FuncUI ProjectTemplates
This repository contains .NET Project templates for FuncUI.
Install
dotnet new --install JaggerJo.Avalonia.FuncUI.Templates
Create an App
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
Run the App
dotnet run NewApp
