Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.14 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.14 KB

SelectHtml

SelectHtml icon

PowerShell Gallery Version PowerShell Gallery Actions Status

A PowerShell module for selecting data from HTML using the HTML Agility Pack.

To install: Install-Module SelectHtml

example usage of SelectHtml

Cmdlets

Documentation is automatically generated using platyPS (.\doc.cmd).

  • Select-Html — Returns content from the HTML retrieved from a URL.

Tests

Tests are written for Pester (.\test.cmd).