TemplateStudio
TemplateStudio copied to clipboard
Template Studio accelerates the creation of new Avalonia UI apps using a wizard-based experience.
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.
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, Browser, Andoid, IOS.
App design pattern
Next, what coding pattern do you want to use in your project.
Options: MVVM Toolkit, ReactiveUI.
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.
Principles
- Generated templates will be kept simple.
- Generated templates are a starting point, not a completed application.
- Generated templates must be able to compile and run once generated.
- 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.
- Code should follow .NET Core coding style.
Contributing
See CONTRIBUTING.md.