md-to-html-converter
v2.3.0
Published
also known as md-to-html-converter on npm
Downloads
9
Readme
markdown-converter
also known as md-to-html-converter on npm
installation and use
install the package using this command (installs globally, you can use this command everywhere):
npm i -g md-to-html-converter
convert your md files using this command:
md-convert convert <mdDir>
mdDir
is the directory where your markdown files are. It has to be a direct child of the directory where you executed the command
md-convert scan <mdDir>
mdDir
necessary to compare source .md files and converted .html files