Open Jaykul opened 3 years ago
[CmdletBinding()]
PSSlack.psm1
Of course, it turns out you're not using the build anyway, you're just shipping the source!
I would suggest using Install-RequiredModule, or maybe PSDepends 😉, and stick that initialization code into a private folder somewhere...
Install-RequiredModule
[CmdletBinding()]
....PSSlack.psm1
Of course, it turns out you're not using the build anyway, you're just shipping the source!
I would suggest using
Install-RequiredModule
, or maybe PSDepends 😉, and stick that initialization code into a private folder somewhere...