1.0.1 • Published 1 year ago
cli-uri-content-extractor v1.0.1
URI Content Extractor CLI Program
A command-line interface tool to extract text content from a webpage using a CSS selector.
Libraries
- axios
- cheerio
- commander
How To Use
- Install the package
- Run the CLI tool with the following command:
<url>
<selector>
- example : extract-content https://example.com p "hello"