fetchxx
v1.0.1
Published
A webpage fetch CLI tool
Downloads
4
Readme
fetchxx
A simple CLI tool to fetch web pages and convert them to Markdown.
Installation
npm install -g fetchxxUsage
fetchxx <url> [options]
Options:
-o, --output <file> Save output to file instead of stdout
-h, --help Show help
-v, --version Show versionExamples
# Output to stdout
fetchxx https://example.com
# Save to file
fetchxx https://example.com -o article.mdRequirements
- Node.js >=18.0.0
License
MIT
