adospace / reactorui-maui

MauiReactor is a MVU UI framework built on top of .NET MAUI
MIT License
568 stars 47 forks source link

Item templates #142

Closed licon4812 closed 11 months ago

licon4812 commented 11 months ago

This pull request allows for the code generation of a MauiReactor Component class file by running the command

dotnet new maui-reactor-component

this will create a single component class file in the directory of the users choosing.

Eventually, I would like this to be available in visual studio under

Add -> New Item. 

but for now, cli will have to suffice