mhtml2html
mhtml2html copied to clipboard
Can the author give a popular version of how to use it
I am an ordinary person. I need this tool very much, But I can't understand how to use it。
Hi @xiaocainiao2020, I'm not sure I fully understand your request. The instructions on how to use the programmatic interface and CLI are in the README of the repository. Is there anything specific I can help you with?
I experienced the same issue as the original poster. When you run "yarn install" and "yarn test", you do not get an executable called mhtml2html. So, when you try the run mhtml2html as the document suggests, you get a command not found error.
You can however install the package globally with a command like
npm install -g mhtml2html
This makes the mhtml2html command available by command line. I think it may be useful to update the documentation and add this little detail.