Hey, first of all I want to say that this is a great tool!
However, I'm struggling to understand how to use the scripts provided in the README, and as of now I'm confined to writing bash scripts with an unholy amount of arguments being passed to htmlproofer (I'm very thankful that the CLI program exists). What I'm struggling with is specifically understanding the lines
- Create a new instance of the HTMLProofer on your output folder.
- Call proofer.run on that path.
If the guide could contain a slightly more verbose explanation of what is meant by that, perhaps with a snippet of what I should be doing to create and run the file from a terminal, that would be of great help.
Thanks again for a very helpful tool!
Hey, first of all I want to say that this is a great tool!
However, I'm struggling to understand how to use the scripts provided in the README, and as of now I'm confined to writing bash scripts with an unholy amount of arguments being passed to
htmlproofer(I'm very thankful that the CLI program exists). What I'm struggling with is specifically understanding the linesIf the guide could contain a slightly more verbose explanation of what is meant by that, perhaps with a snippet of what I should be doing to create and run the file from a terminal, that would be of great help.
Thanks again for a very helpful tool!