cli-uri-content-extractor
v1.0.1
Published
A CLI tool to extract text content from a webpage using a CSS selector
Downloads
3
Readme
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"
Link
- https://www.npmjs.com/package/cli-uri-content-extractor