https://github.com/anypackage/appx
Appx provider for AnyPackage.
https://github.com/anypackage/appx
anypackage appinstaller appx msix msixbundle oneget package-management package-manager powershell windows
Last synced: 9 months ago
JSON representation
Appx provider for AnyPackage.
- Host: GitHub
- URL: https://github.com/anypackage/appx
- Owner: anypackage
- License: mit
- Created: 2025-03-27T20:32:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-28T02:10:40.000Z (about 1 year ago)
- Last Synced: 2025-03-28T02:24:15.947Z (about 1 year ago)
- Topics: anypackage, appinstaller, appx, msix, msixbundle, oneget, package-management, package-manager, powershell, windows
- Language: PowerShell
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# AnyPackage.Appx
[![gallery-image]][gallery-site]
[![build-image]][build-site]
[![cf-image]][cf-site]
[gallery-image]: https://img.shields.io/powershellgallery/dt/AnyPackage.Appx
[build-image]: https://img.shields.io/github/actions/workflow/status/anypackage/appx/ci.yml
[cf-image]: https://img.shields.io/codefactor/grade/github/anypackage/appx
[gallery-site]: https://www.powershellgallery.com/packages/AnyPackage.Appx
[build-site]: https://github.com/anypackage/appx/actions/workflows/ci.yml
[cf-site]: https://www.codefactor.io/repository/github/anypackage/appx
`AnyPackage.Appx` is an AnyPackage provider that facilitates managing Appx apps.
## Install AnyPackage.Appx
```powershell
Install-PSResource AnyPackage
Install-PSResource AnyPackage.Appx -SkipDependencyCheck
```
## Import AnyPackage.Appx
```powershell
Import-Module AnyPackage.Appx
```
## Sample usages
### Get list of installed packages
```powershell
Get-Package -Name Microsoft.Paint
```