0.1.0 • Published 9 years ago

simple-broken-links v0.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

###What? This is a dead simple "scraper" that looks recursively through all self-hosted URLs given a base url. Incredibly, useful when you have a blog server running locally and want to make sure all links are working as expected before you publish.

Install

npm install find-broken-links -g

###Usage find-broken-links

Example

find-broken-links http://www.google.com

###LICENSE MIT