Détail du package

dart-linkcheck

jescalan5.3kMIT2.0.15

Fast link checker, wrapped from filiph/linkcheck

broken, check, link, website

readme

LinkCheck

NPM package wrapper for filiph/linkcheck. Exposes only a binary that can be used to run the latest executable. Version updated occasionally, npm version pinned to the dart registry version. This simply makes the package easier to consume if it's being used as part of a node project. If you'd like to update the version, feel free to send in a PR!

NOTE: This package defaults to using the OSX version, but ships windows and linux binaries in the bin folder.

Usage

  • npm i dart-linkcheck -D
  • In your package.json under scripts, add linkcheck: 'linkcheck'
  • Run it with npm run linkcheck -- <args>