UNPKG

htmlviewer

Version:

CLI tool for viewing webpages in one place

37 lines (23 loc) 728 B
# htmlviewer [![npm version](https://img.shields.io/npm/v/htmlviewer.svg?style=flat-square)](https://www.npmjs.com/package/htmlviewer) Simple tool for viewing all your web pages in one place using iframes as a target for links <p align="center"> <img src="https://github.com/nntrn/htmlviewer/blob/main/assets/htmlviewer.svg?raw=true" width="300px"> </p> ## Install ```sh npm install -g htmlviewer ``` ## Usage ```sh htmlviewer /path/with/html/files > /path/htmlviewer.html ``` ## Example ```sh cd /tmp git clone https://github.com/git/htmldocs.git htmlviewer /tmp/htmldocs ``` <p align="center"> <img src="https://github.com/nntrn/htmlviewer/blob/main/assets/git-htmldoc-example.png?raw=true" width="400px"/> </p>