Maintainability Test Coverage Build Status

Page Loader

Tool for download page from the specified URL

Prerequisites:

  1. Node.js >= 12.9.0 is installed
  2. npm is installed

Installation:

  1. Download zip archive from github
  2. Extract and move to extracted folder
  3. Open terminal and run command:
make install-app
  1. Run command:
page-loader --output /var/tmp https://hexlet.io/courses

Example of usage: asciicast

Example of debug usage:

DEBUG=@tavira/page-loader page-loader --output <dirname> https://hexlet.io/courses

asciicast

Example of error handling:

asciicast

Add Listr package:

asciicast