UNPKG

page-loader-ivan

Version:
25 lines (22 loc) 782 B
# page-loader [![Maintainability](https://api.codeclimate.com/v1/badges/d23278cb273966a2ce55/maintainability)](https://codeclimate.com/github/HardAndHeavy/page-loader/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/d23278cb273966a2ce55/test_coverage)](https://codeclimate.com/github/HardAndHeavy/page-loader/test_coverage) [![Build Status](https://travis-ci.org/HardAndHeavy/page-loader.svg?branch=master)](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 ```