Package Exports
- @golovanovya/octopus
- @golovanovya/octopus/index.js
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 (@golovanovya/octopus) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Octopus
Quickly crawl a whole website for broken links
Install
npm install --global @deptagency/octopus
or
yarn global add @deptagency/octopus
Usage
octopus <domain> [options]
Options
Option | Description | Default |
---|---|---|
--ignore-query |
Ignore a query string | false |
--ignore-external |
Ignore all external links | false |
--ignore-nofollow |
Ignore rel=nofollow links |
false |
--include-images |
Check <img> elements |
false |
--slack-webhook |
Slack incoming webhook url | none |
--timeout |
Time to wait for response | 5000 |
--silent |
Run without printing progress line | false |
--max-time |
Max execution time in seconds 0 inf | 0 |
--help |
Output help text |
Examples
octopus www.deptagency.com
octopus www.awg-mode.de --ignore-external
octopus www.hardeck.de --ignore-query=isEnergyEfficiencyChartOpen --ignore-query=followSearch
octopus www.golfino.com --silent --slack-webhook=https://hooks.slack.com/services/XXX/XXX/XXX
Icon
Made by Freepik from www.flaticon.com