Skip to content

memory-hunter/hubify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hubify

A python script to convert your Markdown files into HTML which look just like GitHub's readme

Installation

First, clone the repository:

git clone [email protected]:memory-hunter/hubify.git

And then run the following command to install the dependencies.

pip install -r requirements.txt

Usage

usage: hubify.py [-h] [-m {light,dark,l,d}] file

Convert Markdown to HTML in GitHub Readme style

positional arguments:
  file                  Markdown file to convert

options:
  -h, --help            show this help message and exit
  -m {light,dark,l,d}, --mode {light,dark,l,d}
                        Color mode

License

MIT

About

Markdown to HTML Converter in GitHub style

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages