Skip to content

cli-application to load pages and keep them locally

Notifications You must be signed in to change notification settings

Saimon398/page-loader

Repository files navigation

page-loader

cli-application to load pages and keep them locally

Maintainability Node CI Test Coverage

This tool helps you to load web-pages and local assets and then keep them locally on your machine, no matter how many assets is it contains of.

Requirements

  • Mac / Linux

Installation

This tool has not been published to NPM, so an installation must be implemented by cloning this repo on you PC. To install utility enter the following command:

git clone [email protected]:Saimon398/page-loader.git

Run tests

Addition of new feature demands from developer testing of the ones. There is special doc which is called Makefile which helps you to make long commands shorter. Explore that file to see what commands can be launched. In order to run test enter the following command:

make test

Check code style

To see if your added feature meets the default standard (Airbnb) enter the following command:

make lint

Quick Start

Utility description and its possibilities can be displayed after the following command:

page-loader --help

Yield the following help output:

Usage: page-loader [options] <url>

Page loader utility

Options:
  -V, --version  output the version number
  -o --output    output dir (default: "/home/user/current-dir"
  -h, --help     display help for command

Page loading

Start page loading can be launched by following command.

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

Loaded pages will be placed in the directory the path to which is given after --output option. Here you may see how this utility works: