Skip to content

Recursively crawls links in new and old sites and generates a list of broken or missing links

Notifications You must be signed in to change notification settings

stephen-pearce/victory-docs-link-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

victory-docs-link-crawler

Set up

  • Install the dependencies (just cheerio for now):
npm ci

Invocation

  • Accepts the following parameters: original url new url [vercel.json path]

Example:

node crawl-links.js https://victory-rose.vercel.app/open-source/victory/docs http://localhost:3001/open-source/victory/docs ../vercel.json

About

Recursively crawls links in new and old sites and generates a list of broken or missing links

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published