Project

utterson

0.0
Low commit activity in last 3 years
No release in over a year
Traverses all HTML files from given directory and checks links found in them.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0
~> 3.18.0
>= 1.12

Runtime

~> 1.14.0
~> 3.0
 Project Readme

Simple utility to traverse directory of html files and check links in them.

Gem Version Tests

Getting started

Install the gem:

$ gem install utterson

Check you statically generated files:

$ utterson my-jekyll-blog/_site

Or some subdirectory

$ utterson --root my-jekyll-blog/_site my-jekyll-blog/_site/archives/2012

Why the name?

I developed this to help me checking links in my Jekyll powered blog and Mr. Utterson is the main character in the Strange Case of Dr Jekyll and Mr Hyde.

License

Released under the MIT License