-
-
Save ckolumbus/1b23eb78619cba47dab4fc773808b591 to your computer and use it in GitHub Desktop.
Import PowerShell module without polluting environment
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$name = psake | |
Save-Module -Name $name -Path . | |
Import-Module -Name .\$name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment