Skip to main content
Deno 2 is finally here 🎉️
Learn more

Latest version

html2text is a deno powered cli tool to Convert HTML to Markdown-formatted text.

built on https://github.com/zacanger/html2txt

inspired by https://github.com/aaronsw/html2text

usage

to see help:

deno run --allow-net 'https://deno.land/x/html2text/cli.ts' --help

example:

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.ts

license

Copyright 2023 denobytes.
See LICENCE file to get more infomation.