OneGet / oneget

PackageManagement (aka OneGet) is a package manager for Windows
MIT License
2.38k stars 190 forks source link

AppxGet: Provider for AppX packages #269

Open tomachristian opened 7 years ago

tomachristian commented 7 years ago

I implemented a really basic/small provider for AppX packages, I thought you guys might want to take a look and give me some suggestions/directions. It can be found under tomachristian/AppxGet.

brywang-msft commented 7 years ago

Thanks @tomachristian ! Awesome to see more providers. I'll check with some colleagues to see what we can do about adding community-created providers to our readme to give you maximum exposure. Heads-up, if I can get this through, we might have some minimum requirements, but I'm not sure yet so I don't want to say anything concrete.

I'll take a look myself in my free time and see if I can eventually pester Jianyun enough that she takes a look as well.

tomachristian commented 7 years ago

Thanks @brywang-msft! That's exactly why I brought this up, I want the provider to adhere to those minimum requirements/standard. Let me know.

jianyunt commented 6 years ago

@tomachristian We will review this. Please note that once the review is done, you will have to publish this to PowerShellGallery. Thanks!