hexlet-page-loader
v0.0.3
Published
[![Build Status](https://travis-ci.org/arkadiy93/project-lvl3-s444.svg?branch=master)](https://travis-ci.org/arkadiy93/project-lvl3-s444) [![Maintainability](https://api.codeclimate.com/v1/badges/141955a53372215a0df3/maintainability)](https://codeclimate.
Downloads
3
Readme
Page Loader
A webpage downloading command line utility.
Installation
Use the package manager npm to install page loader.
npm i hexlet-page-loader -g
Usage
page-loader -h
Usage: page-loader [options] <path> <url>
A page loading command line utility
Options:
-V, --version output the version number
--output dowload http page and save it to the requested path
-h, --help output usage information
$ page-loader --output /var/tmp https://hexlet.io/courses
$ open /var/tmp/hexlet-io-courses.html
Debug mode
It is possible to run page loader in debug mode.
$ DEBUG=page-loader page-loader --output /var/tmp https://hexlet.io/courses