arkadiy93 / Page-loader

Educational page loading project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Page Loader

Build Status Maintainability Test Coverage

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

asciicast

Debug mode

It is possible to run page loader in debug mode.

$ DEBUG=page-loader page-loader --output /var/tmp https://hexlet.io/courses

asciicast

About

Educational page loading project


Languages

Language:JavaScript 87.5%Language:HTML 10.0%Language:Makefile 2.5%