stevenvachon / broken-link-checker

Find broken links, missing images, etc within your HTML.
MIT License
1.97k stars 305 forks source link

Added quiet mode - only shows broken pages #137

Open alexlouden opened 5 years ago

alexlouden commented 5 years ago

I just popped it in as an extra parameter, but happy for someone to tidy up the implementation!

See https://github.com/stevenvachon/broken-link-checker/issues/133 - there's some demand for the feature

alexfornuto commented 5 years ago

@alexlouden if I knew how to build and run this module instead of pulling from npm, I'd gladly test this for you - this is a feature I need.

alexlouden commented 5 years ago

@alexlouden if I knew how to build and run this module instead of pulling from npm, I'd gladly test this for you - this is a feature I need.

Hi @alexfornuto - sorry for the delay! I've been installing it using yarn add alexlouden/broken-link-checker, I think npm install alexlouden/broken-link-checker should work too.

I run it like this:

blc -q -r -o http://localhost:9000/
alexfornuto commented 5 years ago

Nice! it works great, +1

aivus commented 5 years ago

Hi @stevenvachon Thanks for this great tool

Do you have any chance to review this PR and related (#148)?

bravo-kernel commented 4 years ago

Anything we can do to help get this merged?

alexfornuto commented 4 years ago

Coming up on a year...

jasikpark commented 3 years ago

Is this feature not intended to be completed?

stevenvachon commented 3 years ago

Is this feature not intended to be completed?

No, time is short. I'll be returning to it again soon to finish some things including a JSON export. I may include this then as the stdout log will become less useful.