This tool is used to check whether an URL is available or not. ##Installation Clone the source locally:
$ git clone https://github.com/phast184/link-checker-tool.git
$ cd link-checker-toolInstall project dependencies:
$ npm install$ npm linkAllow us to run command locally
- Offline support
- Check all valid URLs in a file
- Read multiple files at once
- Check if an URL is available
$ lct -f foo.js$ lct -fu https://github.com/phast184/link-checker-tool.git$ lct -f index2.html test1.txt test.txtMIT © [Thanh Tien Phat Nguyen]
