0.0.10 • Published 4 years ago

urlpilgrim v0.0.10

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

URLpilgrim

A NODE CLI program to search for URLs inside multiple or individual files and check their STATUS as well as check URLs directly.

Supports STATUS:

-200

-400

-404

Supports URLs only using protocols:

-"https://"

-"http://"

Arguments without protocol (www.example.com) will be tested as HTTPS://www.example.com

#INSTALL: You need to install as global:

>npm i -g urlpilgrim

#HOW TO USE:

SCAN and CHECK URLS inside files:

> urlpilgrim file1.txt file2.html

CHECK URLs directly(-u):

-u: Set the URL MODE.

> urlpilgrim http://www.example1.com www.example2.ca http://www.example3.com -u

Version:

> urlpilgrim -v

Help:

> urlpilgrim

FOR MORE INFORMATION:

https://medium.com/@pedrofonsecadev/url-pilgrim-doc-a7090b4c6c53

Thanks.

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.5

4 years ago

0.0.6

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.4

4 years ago

0.0.1

4 years ago