Skip to content
Open
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
27 changes: 26 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,27 @@
# PowerShellGallery
Module for interacting with the PowerShell Gallery

PowerShellGallery is a PowerShell module for interacting with the PowerShell Gallery.

## Installation

Install the module from the PowerShell Gallery:

```powershell
Install-PSResource -Name PowerShellGallery
Import-Module -Name PowerShellGallery
```

## Documentation

Documentation is published at [psmodule.io/PowerShellGallery](https://psmodule.io/PowerShellGallery/).

Use PowerShell help and command discovery for module details:

```powershell
Get-Command -Module PowerShellGallery
Get-Help <CommandName> -Examples
```

## Contributing

Issues and pull requests are welcome. Please use the repository issue tracker to report bugs, request features, or discuss improvements.
Loading