README.md
# project-lvl3-s170
This is a Level 3 project in Hexlet.io
A command line utility that downloads a page from the network and puts it in the specified folder (by default to the program's start directory).
[![Build Status](https://travis-ci.org/igor-i/project-lvl3-s170.svg?branch=master)](https://travis-ci.org/igor-i/project-lvl3-s170)
[![Maintainability](https://api.codeclimate.com/v1/badges/6509d3a78ed6b3166491/maintainability)](https://codeclimate.com/github/igor-i/project-lvl3-s170/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/6509d3a78ed6b3166491/test_coverage)](https://codeclimate.com/github/igor-i/project-lvl3-s170/test_coverage)
## Setup
```
make install
```
or from NPM
```
npm install -g igor-i-page-loader
```
## Run
```
page-loader --output /var/tmp https://hexlet.io/courses
```