-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.html
More file actions
22 lines (22 loc) · 984 Bytes
/
README.html
File metadata and controls
22 lines (22 loc) · 984 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<h1 id="markdowntohtmlconverter">Markdown to HTML converter</h1>
<p>This script converts <a href="https://www.markdownguide.org/getting-started/">markdown files</a> to HTML files.</p>
<h2 id="dependencies">Dependencies</h2>
<p>Node.js version >=14.15.4<br>
npm version >=6.14.10<br>
Find the download link here: <a href="https://nodejs.org/en/download/">https://nodejs.org/en/download/</a></p>
<h2 id="howtouse">How to use</h2>
<p>Clone the repository or download the ZIP from Github.</p>
<pre><code>git clone https://github.com/RapTho/markdownToHTML.git
</code></pre>
<p>Install dependencies</p>
<pre><code>cd markdownToHTML
npm install
</code></pre>
<p>Convert</p>
<pre><code>node index.js convert --md ./README.md --html ./README.html
</code></pre>
<p>Where --md=PATH-TO-MARKDOWN-FILE --html=PATH-TO-HTML-FILE</p>
<h2 id="contributor">Contributor</h2>
<p><a href="https://github.com/RapTho">Raphael Tholl</a></p>
<h2 id="license">License</h2>
<p><a href="LICENSE">MIT</a></p>