CarrionCrow.psm1
|
# CarrionCrow (crr-crw) — placeholder module reserving the PSGallery name (Data Boar beastiary). # Real implementation forthcoming. See: https://github.com/FabioLeitao/data-boar function Get-CarrionCrowInfo { [pscustomobject]@{ Name = 'CarrionCrow'; Mnemonic = 'crr-crw'; Status = 'placeholder' } } Export-ModuleMember -Function Get-CarrionCrowInfo |