Site Link Analyzer

Gem Travis Code Climate Gemnasium


SLA is a simple broken links checker, with built in caching.


Install

$ gem install sla

Or with bundler:

gem 'sla'

Usage

$ sla --help
SLA

Usage:
  sla check DOMAIN [options]
  sla (-h|--help|--version)

Commands:
  check
    Start checking for broken links on a given domain

Options:
  --depth, -d DEPTH
    Set crawling depth [default: 5]

  --cache, -c LIFE
    Set cache life in seconds [default: 86400]

  --cache-dir DIR
    Set the cache directory [default: cache]

  --color
    Disable colors in output

Examples:
  sla check example.com
  sla check example.com -c360 -d10