Skip to content

kitXIII/page-loader-utility

Repository files navigation

Maintainability Test Coverage Build Status NPM Version

Console page-loader (JS)

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 asciicast

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published