//PowerShell-Libbydargmuesli

PowerShell-Lib

A library of helpful PowerShell functions.

1
0
1
PowerShell

Build status

PowerShell-Lib

A library of helpful PowerShell functions.

Installation

As this module is only available on GitHub, PSDepend is needed to install it. If not yet done, have a look on how to install PSDepend or just use these commands for PowerShell 5:

Install-Module PSDepend -Scope "CurrentUser" -Force
Invoke-PSDepend @{"dargmuesli/PowerShell-Lib"="latest"} -Install

PSDepend also allows other modules to depend on this one. Add the following line to your Requirements.psd1 file:

@{
    "dargmuesli/PowerShell-Lib" = ""
}

Modules

[beta]v0.14.0