Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 823 Bytes

index.md

File metadata and controls

31 lines (21 loc) · 823 Bytes
nav_order
1

Home

AnyPackage is a cross-platform PowerShell extensible unified package management interface. Learn one set of commands and manage any package manager. No longer will users have to learn a package manager's unique syntax.

Package providers are the bridge between AnyPackage and the package manager. See the provider catalog for the list of package providers.

For lack of a better word AnyPackage is a meta package manager.

AnyPackage Demo

Installing AnyPackage

To install AnyPackage use the built-in PowerShell package manager.

Launch PowerShell and run the following command.

# PowerShellGet
Install-Module AnyPackage

# PSResourceGet
Install-PSResource AnyPackage