Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

unbroken

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unbroken

Detect broken links in markdown files

  • 1.0.33
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Unbroken

Unbroken is a NodeJS command-line utility to detect broken links in .md files.

Usage

npx unbroken [options] The exit code represents the number of errors detected so you can use it e.g. in CI loops.

Options
C:\rnw>npx unbroken -?
Unbroken 1.0 - no more broken links in markdown!

Options

  -e, --exclusions <file>            The exclusions file. Default is .unbroken_exclusions
  -l, --local-only                   Do not test http and https links
  -d, --dir <directory>              The directory to crawl
  -i, --init                         Creates a default exclusions file if one doesn't already exist
  -a, --allow-local-line-sections    Whether links to local files are allowed to have line sections like
                                     foo.cpp#L12
  -q, --quiet
  -s, --superquiet
  -?, --help

Project home: https://github.com/asklar/unbroken

Exclusions & suppressions

You can create a .unbroken_exclusions file to suppress individual errors, or to skip traversing certain directories. Just copy/paste the error you want to suppress from the output onto the .unbroken_exclusions file, or add a directory prefix preceded by a !. You can also use globs.

Example:

URL not found https://github.com/microsoft/react-native-windows/tree/master/current while parsing test\readme.md (HTTP 404)

!node_modules

!test\test2\test.md

!**/node_modules

FAQs

Package last updated on 26 Apr 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc