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:
- Color coded outputs, 🟢green for good links, 🔴red for bad links, and ⚫gray for unknown links.
- Supports windows and unix arguments for version display.
Arguments available:
- --v (or --version, /v or /version to view the current tool's version.)
- [filename] (will scan the file of URLs and determine their availability.)
Installing the package: npm install project-checkurl
Check the current version: project-checkurl --v
Scan file for working URLs: project-checkurl filename.txt