0.0.0 • Published 2 years ago

url-to-docs v0.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Url to Docs 🗄️

A simple web crawler with a cli suitable for downloading online html documentation.

Intended to be used with docs-to-prose

Usage

Install the cli

npm install -g url-to-docs

Convert a url to a folder of docs

urltodocs --url https://example.com/docs/file1.html

This will download files starting with file1.html following any relative links within the same domain.