/ps-entropy

various modules and scripts

Primary LanguagePowerShellMIT LicenseMIT

Build status

Various Powershell modules

Module: Require

Installation

PS> Install-Module require

usage

PS> req "myPSModule"

This command will look for myPSModule, install it from PowershellGallery if it's not found localy and import it.

PS> req "myPSModule" -version 1.2.4

Looks for myPSModule with minial version 1.2.4 and installs/updates it if necessary.