Updated the build.ps1 script for the templates project to make it a bit more robust and easier to work with.
Basic usage should now be to just run .\build.ps1 and that will build the templates project, pack it into a NuGet, create a new .NET MAUI project with it and open Visual Studio (Code) with that new project.
There are a couple of parameters to influence the workings if needed.
Additionally I updated the README in this folder to describe the whole thing.
Description of Change
Updated the
build.ps1
script for the templates project to make it a bit more robust and easier to work with.Basic usage should now be to just run
.\build.ps1
and that will build the templates project, pack it into a NuGet, create a new .NET MAUI project with it and open Visual Studio (Code) with that new project.There are a couple of parameters to influence the workings if needed.
Additionally I updated the README in this folder to describe the whole thing.