Skip to content

thordreier/PowerShellModuleTools

Repository files navigation

PowerShellModuleTools

PowerShell functions for making module management easier.

Usage

Examples

# Write example here

Examples are also found in EXAMPLES.ps1.

Functions

See FUNCTIONS.md for documentation of functions in this module.

Install

Install module from PowerShell Gallery

Install-Module PowerShellModuleTools

Install module from source

git clone https://github.com/thordreier/PowerShellModuleTools.git
cd PowerShellModuleTools
git pull
.\Build.ps1 -InstallModule

Releases

No releases published

Packages

No packages published