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
28 changes: 26 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# Demo
# WoW

Demo repository for a PSModule
WoW is a PowerShell module containing utilities for World of Warcraft.

## Installation

Install the module from the PowerShell Gallery:

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

## Documentation

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

Use PowerShell help and command discovery for module details:

```powershell
Get-Command -Module WoW
Get-Help Get-WoWAccount -Examples
```

## Contributing

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