pipelist.psd1

@{
  RootModule = 'pipelist.psm1'
  ModuleVersion = '2.0.0.0'
  CompatiblePSEditions = 'Core'
  GUID = 'afec47d3-1634-408c-801c-4bf070c691a1'
  Author = 'greg zakharov'
  Copyright = 'MIT'
  Description = 'Enumerate named pipes in a system.'
  PowerShellVersion = '6.1'
  AliasesToExport = 'pipelist'
  FunctionsToExport = 'Get-PipeList'
  FileList = @(
    'pipelist.psd1',
    'pipelist.psm1'
  )
}