JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q32539F
  • License AGPL-3.0-or-later

A npx package that automatically scans files and directories broken links.

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (link-inspector) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    npm version Total Downloads

    link-inspector

    A npx package that automatically scans files and directories for broken links.

    Installation

    npm install -g link-inspector

    Usage

    Makes a file in an "output/" directory that containes all the broken links found

    npx link-inspector <file/directory path>

    To list available commands:

    npx link-inspector help

    Contributing

    We welcome contributions of any kind including, suggestions, bug reports, pull requests etc. We would love to hear from you. If you want to contribute yourself, see CONTRIBUTING.md.

    Development

    1. Clone

      git clone https://github.com/justindhillon/link-inspector.git
      cd link-inspector
    2. Install Dependencies

      npm install
    3. Run the npx package

      npx link-inspector <file/directory path>
    4. Testing the npx package

      npm run test

    License

    link-inspector uses the AGPL-3.0 license.

    Credits