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.
- Clone this repository
[email protected]:Amanetes/backend-project-lvl3.git
-
Type
make install
-
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 |