austenito / html2markdown-cli

Command-line utility to convert static html files to markdown

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Html2Markdown-Cli

A command-line utility allowing you to convert static html files to markdown.

Install

gem install html2markdown-cli

Usage

  • Convert a single file

    html2markdown-cli --file /foodir/foo.html

  • Convert a directory

    html2markdown-cli --dir /foodir

  • Specify the output directory

    html2markdown-cli --dir /foodir --output-dir /foodir/output

About

Command-line utility to convert static html files to markdown


Languages

Language:Ruby 100.0%