Code Monkey home page Code Monkey logo

unbroken's Introduction

Unbroken

A module to detect broken links in Markdown files

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

unbroken's People

Contributors

asklar avatar jonthysell avatar dependabot[bot] avatar dannyvv avatar msftenhanceprovenance avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.