Installation

You can install and use deadlinks in various ways.

Package installer for Python

# Stable version
python3 -m pip install deadlinks

# Development version
python3 -m pip install git+https://github.com/butuzov/deadlinks.git
python3 -m pip install https://github.com/butuzov/deadlinks/archive/develop.zip

Docker Images

You can use our docker images in your routine work or automated in your ci pipeline. Check all releases and pick one that suits you.

Available versions:

  • a.b.c, a version release.

  • latest HEAD of master branch (usually it same as latest version release.).

  • dev HEAD of develop branch.

docker pull butuzov/deadlinks

Mac

# we using custom tap to install deadlinks
brew install butuzov/deadlinks/deadlinks