Get-WebLinksFromSite.psd1
|
@{ RootModule = 'Get-WebLinksFromSite.psm1' ModuleVersion = '1.0.1' GUID = 'b3c1c8c1-4a5f-4e0c-9f0f-123456789abd' Author = 'Jared' CompanyName = 'Jard Heinrichs (jaredheinrichs.substack.com)' PowerShellVersion = '5.1' Description = 'Tools for extracting and cleaning hyperlinks from webpages.' FunctionsToExport = @('Get-WebLinks', 'Get-InnerUrl') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() } |