2.0.0 • Published 2 years ago

get-urls-cli v2.0.0

Weekly downloads
13
License
MIT
Repository
github
Last release
2 years ago

get-urls-cli

Get all URLs in a text file or stdin

Install

npm install --global get-urls-cli

Usage

$ get-urls --help

  Usage
    $ get-urls <file>
    $ cat <file> | get-urls

  Example
    $ get-urls file.txt
    https://sindresorhus.com
    https://github.com

Related