Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 2.01 KB

README.md

File metadata and controls

42 lines (31 loc) · 2.01 KB

Page Loader 📥

PageLoader is a command line utility that downloads pages from the internet and stores them on your computer. Along with the page it downloads all the resources (images, styles and js), allowing you to open the page without the Internet.

The same principle is used for saving pages in the browser.

Hexlet tests and linter status:

Actions Status Maintainability Test Coverage Run Linter & Tests

Installation:

  1. Clone this repository
[email protected]:Amanetes/backend-project-lvl3.git
  1. Type make install

  2. Type npm link


Program options:

  • Type page-loader -h to display help for command
  • Type page-loader -o to specify an output folder
  • Type page-loader -V to output the version number
Option Description
-V, --version output the version number
-o, --output [dir] output dir (default: 'current working directory')
-h, --help display help for command

Download HTML page and page resources with process visualisation

asciicast

Page-loader with debug

asciicast

Error handling

asciicast