github-md-html

0.1.21 • Public • Published

github-md-html

A simple command line utility to convert markdown files to html files in GitHub styles

Example: https://evasivexkiller.github.io/github-md-html/

How to use

Using npx

npx github-md-html --input=.\path\to\your\readme.md --output=.\path\to\your\output.html --title=README.html

Using npm

npm i -D github-md-html

npm run toHTML -- --input=.\path\to\your\readme.md --output=.\path\to\your\output.html

# Ex.
npm run toHTML -- --input=.\README.md --output=.\README.html --title=README.html

Flags

Flag Required Default
input true undefined
output true undefined
title false "README"
keywords false ""
description false ""
icon false ""

Contributing

Any PR requests are welcome!

Package Sidebar

Install

npm i github-md-html

Weekly Downloads

13

Version

0.1.21

License

MIT

Unpacked Size

20.1 kB

Total Files

20

Last publish

Collaborators

  • evasivexkiller