Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 284 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 284 Bytes

article-md-cli

An CLI application to parse a web article into readable text.

Installation

# If you're using yarn
yarn global add article_md

# If you're using npm
npm install -g article_md

Usage

article_md $URL [--format=markdown(default)|html]