0.0.7 • Published 7 years ago

page-loader223 v0.0.7

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

How to Install

npm install page-loader223

Description

Page-loader it is project_3 from Hexlet.io.

A utility for downloading the specified address from the network. Its principle of operation is very similar to what browser does when saving the pages (in a simplified version).

Opportunities utilities:

  • You can specify a folder in which to put the finished file
  • The utility downloads all the resources mentioned on the page and changes the page so that it begins to refer to a local version

How to use

page-loader <url>

page-loader --output path/to/file <url>

Code Climate Build Status