thoemmi / TinyLittleMvvm

A small MVVM library for WPF built on top of MahApps.Metro, supporting .NET Framework >= 4.7.2 and .NET Core >= 3
MIT License
132 stars 22 forks source link

Provide a dotnet template #18

Closed thoemmi closed 5 years ago

thoemmi commented 5 years ago

A dotnet template will enable users to create a new WPF application using MahApps.Metro and TinyLittleMvvm without writing all the boilerplate code.

See Custom templates for dotnet new and the Create a custom template for dotnet new tutorial.