Skip to content

My first repository on Github for Release 0.1

License

Notifications You must be signed in to change notification settings

Wei-J-Huang/project-checkurl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

project-checkurl

My first repository on Github for Release 0.1

This is a CLI Tool made in Node.js to take a file name as argument, then scan each valid URL found within the document for their availability.

Features:

  1. Color coded outputs, 🟢green for good links, 🔴red for bad links, and ⚫gray for unknown links.
  2. Supports windows and unix arguments for version display.

Arguments available:

  1. --v (or --version, /v or /version to view the current tool's version.)
  2. [filename] (will scan the file of URLs and determine their availability.)

How to Use

Installing the package: npm install project-checkurl

Check the current version: project-checkurl --v

Scan file for working URLs: project-checkurl filename.txt

About

My first repository on Github for Release 0.1

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%