0.0.16 • Published 5 years ago
kit-page-loader v0.0.16
Console page-loader
Utility that downloads a page from the network and puts it in the specified folder.
Requirements
Node >= 10
Install
$ npm install -g kit-page-loader
Get help
$ page-loader --help
Usage
$ page-loader <url>
To specify output dir, use --output option:
$ page-loader --output [path] <url>
Example
Example of installation and usage
Debugging
Page-loader uses debug, so just run with environmental variable DEBUG set to page-loader:*
$ DEBUG="page-loader*" page-loader.js --output some_dir http://www.someresouce.example