Skip to content

Badasper/project-lvl3-s382

Repository files navigation

Maintainability Test Coverage Build Status

Page loader

Description

This is a CLI tool to download web pages with assets to local directory.

How to install

To install please write in terminal:

npm -g install hexlet-level3-ya

or

mkdir page-loader
cd page-loader
git clone https://github.com/Badasper/project-lvl3-s382
make install
npm link

How to use

To use please write in terminal:

page-loader --output [dirname] url

example:

page-loader --output /home/download/web https://hexlet.io/courses

DEBUG mode:

DEBUG=page-loader* --output /home/download/web https://hexlet.io/courses

Asciinema

demo install page-loader

demo debug mode page-loader

demo error handler page-loader

demo listr page-loader

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published