CommunityToolkit / Maui.NativeLibraryInterop

Maui.NativeLibraryInterop is a community-created library of binding samples to help .NET MAUI developers interop with native libraries more easily
MIT License
179 stars 28 forks source link

Move template to standalone repo? #42

Open jamesmontemagno opened 3 months ago

jamesmontemagno commented 3 months ago

Could be cool if it was a template, would be easier to clone. Thoughts?

vhugogarcia commented 3 months ago

Just out of curiosity @jamesmontemagno. If it is created as a Github Repo Template, if the template gets updated, can we also update it from the origin, just like when we do a fork of a repo? I'm asking this because if the future if there are commit on the community toolkit side, the devs can also get them and update their fork.

Thanks in advance 😃

kfrancis commented 3 months ago

Could be cool if it was a template, would be easier to clone. Thoughts?

Yes, and base it on the plugin repo.

jamesmontemagno commented 3 months ago

@vhugogarcia yup, it is just a normal repo which is great ;) from my understanding.

VladislavAntonyuk commented 3 weeks ago

it would be even better to use it with dotnet new Maui.NativeLibraryInterop -n MyLib