0.1.21 • Published 2 years ago

github-md-html v0.1.21

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

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

FlagRequiredDefault
inputtrueundefined
outputtrueundefined
titlefalse"README"
keywordsfalse""
descriptionfalse""
iconfalse""

Contributing

Any PR requests are welcome!

0.1.21

2 years ago

0.1.2

2 years ago

0.1.202

2 years ago

0.1.201

2 years ago

0.1.14

3 years ago

0.1.13

3 years ago

0.1.12

3 years ago

0.1.11

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago