Skip to content

AvaloniaUI/TemplateStudio

 
 

Repository files navigation

VS marketplace

Template Studio for Avalonia

Template Studio is a Visual Studio 2022 extension that accelerate the creation of new Avalonia apps using a wizard-based experience.

Projects created with this extension contains well-formed, readable code and incorporate the latest development features while implementing proven patterns and leading practices.

To get started, install the extension, then select the corresponding Template Studio project template when creating a new project in Visual Studio. Name your project, then click Create to launch the Template Studio wizard.

VS New Project Dialog (C#)

VS New Project screenshot

VS New Project Dialog (F#)

VS New F# Project screenshot

Template Studio for Avalonia (C#)

Template Studio for Avalonia screenshot

Features

Template Studio approaches app creation using the following six attribute sets:

Platform

First, on which platforms you are planning to run your app?

Options: Desktop, Web, Andoid, IOS.

App design pattern

Next, what coding pattern do you want to use in your project.

Options: MVVM Toolkit, ReactiveUI.

Template Studio C# design patterns

Features

Specify which capabilities you want to use in your app, and we'll build out the framework for the features into your app.

Options: Compiled Bindings, Embedded Support, Meadow Support.

Template Studio C# features

Principles

  1. Generated templates will be kept simple.
  2. Generated templates are a starting point, not a completed application.
  3. Generated templates must be able to compile and run once generated.
  4. Templates should have comments to aid developers. This includes links to signup pages for keys, MSDN, blogs and how-to's. All guidance provide should be validated from either the framework/SDK/library’s creator.
  5. Code should follow .NET Core coding style.

Contributing

See CONTRIBUTING.md.

Frameworks and libraries in generated code not created by our team

Frameworks

About

Template Studio accelerates the creation of new Avalonia UI apps using a wizard-based experience.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 94.4%
  • Rich Text Format 4.0%
  • PowerShell 0.9%
  • F# 0.3%
  • HTML 0.2%
  • CSS 0.1%
  • Other 0.1%