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
Using the PowerShell Module or Package Manager Console | |
Using the module is not much different than the script itself except for a couple of changes. | |
To init a Chewie file once the module is imported you can : | |
PS>Initialize-Chewie | |
Once you import the module you can get can get chewie doing its thing by calling : | |
PS>Invoke-Chewie |