Skip to content

Latest commit

 

History

History
68 lines (42 loc) · 1.58 KB

README.md

File metadata and controls

68 lines (42 loc) · 1.58 KB

Build Status Maintainability Test Coverage

https://asciinema.org/a/yHr61B9cels8g6Y5wWIcz85Wo

debug: https://asciinema.org/a/M5T4Oi8ScesiohH2joecNSQfS

error: https://asciinema.org/a/zNhX3vfTaKxZN0OeRrGjk2oA2

listr: https://asciinema.org/a/GtXQwtuBcmgxXT4g8jevOuqeo

Description

The utility for load the specified url from the network.

Install

CLI: npm install -g page-loader-greybutton

Module: npm install --save page-loader-greybutton

Use

CLI: page-loader-greybutton --help

Module:

import pageLoader from "page-loader-greybutton";

pageLoader(url, output);

output: /path/to/files (default is ./)

Development

Setup

make install

Run tests

make test

Docker

docker build -t <image-name:tag> .
docker run --rm -it -v "$(PWD)":/code <image-name:tag> command

Asciinema

LC_ALL=en_US.UTF-8 asciinema rec/auth