1.0.0 • Published 3 years ago

linkerr-cli v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

linkerr-cli

Parse href, image paths, scripts paths and links from site.

Install

npm install linkerr-cli -g

Usage

npx linkerr -u https://github.com
$ linkerr --help

  Usage:
    $ linkerr [options]

  Options:
    --url,    -u  <url>   target url
    --output, -o  <path>  output path
    --name,   -n  <name>  output file name

  Examples:
    $ linkerr -u https://github.com -o logs -n log_github

Related