Skip to content

Commit

Permalink
Update home (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasNieto authored Aug 23, 2024
1 parent 136439b commit 761cb60
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,16 @@ nav_order: 1

# Home

## What is AnyPackage?
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.

AnyPackage is not a package management system in the traditional sense but rather a way to interact with multiple package management systems.
This lets users have a single set of commands to interact with any package management system.

AnyPackage is built on PowerShell giving users the ability to manage Windows, Linux, and Mac.
Package providers are the bridge between AnyPackage and the package manager.
See the [provider catalog](/docs/provider-catalog/provider-catalog.md) for the list of package providers.

## What is a Package Provider?
For lack of a better word AnyPackage is a meta package manager.

A package provider is the interface for AnyPackage to interact with the various package management systems.
See the [provider catalog](/docs/provider-catalog/provider-catalog.md) for the list of package providers.
![AnyPackage Demo](https://vhs.charm.sh/vhs-7ynK3WrPLUD0xpOjdJcxsG.gif)

## Installing AnyPackage

Expand All @@ -29,7 +28,3 @@ Install-Module AnyPackage
# PSResourceGet
Install-PSResource AnyPackage
```

## Using AnyPackage

![AnyPackage Demo](https://vhs.charm.sh/vhs-7ynK3WrPLUD0xpOjdJcxsG.gif)

0 comments on commit 761cb60

Please sign in to comment.