1.1.0 • Published 2 years ago

easyarchive v1.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Easily make archives of webpages

Note: I highly recommend pinning a version for this package so you don't get suprises because it's not very good at upgrading files between versions.

Initalize archive structure

easyarchive init

You can optionally specify a directory like this:

easyarchive init /tmp/archivetest

Archive a url

Normal

easyarchive archive https://npmjs.com

Select a writer

Only cheerio exists at the moment.

easyarchive archive --writer=cheerio https://npmjs.com