page-loader-ivan
Version:
Web page loader
25 lines (22 loc) • 782 B
Markdown
# page-loader
[](https://codeclimate.com/github/HardAndHeavy/page-loader/maintainability)
[](https://codeclimate.com/github/HardAndHeavy/page-loader/test_coverage)
[](https://travis-ci.org/HardAndHeavy/page-loader)
# Install
Get the latest release of page-loader
```
$ npm i page-loader-ivan -g
```
# Use
Download to the current directory
```
$ page-loader https://hexlet.io/courses
```
Download to `/var/tmp` directory
```
$ page-loader https://hexlet.io/courses --output /var/tmp
```
# Run test
```
make test
```