Repository
Current version released
2 years ago
Versions
html2text is a deno powered cli tool to Convert HTML to Markdown-formatted text.
built on https://github.com/html-to-text/node-html-to-text
inspired by https://github.com/aaronsw/html2text
usage
to see help:
deno run --allow-net 'https://deno.land/x/html2text/cli.ts' --helpexample:
deno run --allow-net 'https://deno.land/x/html2text/cli.ts' -u https://github.com/denobytes/html2text
install
Requires deno
deno install -n html2text --allow-net --allow-read --allow-write https://deno.land/x/html2text/cli.tslicense
Copyright 2023 denobytes.
See LICENCE file to get more infomation.