Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pkgx #68

Merged
merged 1 commit into from
Sep 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"modulefast",
"Nieto",
"nupkg",
"pkgx",
"psresourceget",
"Uninitializing",
"winget"
Expand Down
9 changes: 9 additions & 0 deletions docs/provider-catalog/pkgx/AnyPackage.Pkgx.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
Module Name: AnyPackage.Pkgx
Module Guid: a59c17ca-0cf1-4efc-b1b6-41f3b21c586e
Download Help Link: https://go.anypackage.dev/help
Help Version: 0.1.0.0
Locale: en-US
nav_exclude: true
search_exclude: true
---
34 changes: 34 additions & 0 deletions docs/provider-catalog/pkgx/about_Pkgx_Provider.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
title: Pkgx
parent: Provider Catalog
---

# Pkgx_Package_Provider

## about_Pkgx_Package_Provider

## Short Description

Provides access to the `pkgx` package manager.

## Long Description

The `pkgx` package provider for `AnyPackage` module lets you interact with
`pkgx` using standardized commands.

The Programs package provider supports the following cmdlets.

- Install-Package
- Uninstall-Package

## Dynamic Parameters

Dynamic parameters are cmdlet parameters that are added by a package
provider and are available only when `-Provider pkgx` parameter is used.

The `pkgx` provider currently has no dynamic parameters.

## See Also

- [about_Package_Providers](../../reference/about_Package_Providers.md)
- [about_AnyPackage](../../reference/about_AnyPackage.md)
2 changes: 2 additions & 0 deletions docs/provider-catalog/provider-catalog.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Find-PSResource -Tag AnyPackage, Provider
| Homebrew | AnyPackage.Homebrew | [anypackage/homebrew] |
| ModuleFast | AnyPackage.ModuleFast | [anypackage/modulefast] |
| Msu | AnyPackage.Msu | [anypackage/msu] |
| pkgx | AnyPackage.Pkgx | [anypackage/pkgx] |
| PSResourceGet | AnyPackage.PSResourceGet | [anypackage/psresourceget] |
| Programs | AnyPackage.Programs | [anypackage/programs] |
| Scoop | AnyPackage.Scoop | [anypackage/scoop] |
Expand All @@ -40,6 +41,7 @@ Find-PSResource -Tag AnyPackage, Provider
[anypackage/homebrew]: https://github.com/anypackage/homebrew
[anypackage/modulefast]: https://github.com/anypackage/modulefast
[anypackage/msu]: https://github.com/anypackage/msu
[anypackage/pkgx]: https://github.com/anypackage/pkgx
[anypackage/psresourceget]: https://github.com/anypackage/psresourceget
[anypackage/programs]: https://github.com/anypackage/programs
[anypackage/scoop]: https://github.com/anypackage/scoop
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<HelpInfo xmlns="http://schemas.microsoft.com/powershell/help/2010/05">
<HelpContentURI>https://go.anypackage.dev/help</HelpContentURI>
<SupportedUICultures>
<UICulture>
<UICultureName>en-US</UICultureName>
<UICultureVersion>0.1.0.0</UICultureVersion>
</UICulture>
</SupportedUICultures>
</HelpInfo>
Binary file not shown.
Binary file not shown.