1.0.0 • Published 3 years ago

@raptho/mdtohtml v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Markdown to HTML converter

This script converts markdown files to HTML files.

Dependencies

Node.js version >=14.15.4 npm version >=6.14.10 Find the download link here: https://nodejs.org/en/download/

How to use

Clone the repository or download the ZIP from Github.

git clone https://github.com/RapTho/markdownToHTML.git

Install dependencies

cd markdownToHTML
npm install

Convert

node index.js convert --md ./README.md --html ./README.html

Where --md=PATH-TO-MARKDOWN-FILE --html=PATH-TO-HTML-FILE

Contributor

Raphael Tholl

License

MIT