PoshCode / Pansies

Powershell ANSI Escape Sequences, functions for colored output, etc.
MIT License
146 stars 14 forks source link

Build dependency on Get-Metadata - not included with module #5

Open rkeithhill opened 7 years ago

rkeithhill commented 7 years ago

Do you have a bootstrapping mechanism to pull down the various dependencies required to build the module?

Jaykul commented 6 years ago

I do not, yet. I'll probably just use PSDepends.

I have, however, documented that dependency (on Configuration)in the manifest now (and added an undocumented dependency in the build.ps1 on ModuleBuilder which still hasn't been published to the gallery -- that's next on my list).

Jaykul commented 3 years ago

Well, it turns out, now we have Install-RequiredModule so I should definitely use that!