CLI wrapper arround mume, the tool powering markdown preview enhanced for vscode.
- HTML export
- GFM export (consolidated Github flavored markdown)
- PDF export (requires puppeteer to be installed globally)
- EBook export (requires calibre's ebook-convert to be installed globally)
npm install -g puppeteer
npm install -g mume-cli
mume -h
mume pdf --out public src/**/*.md
mume html --out public src/**/*.md
mume gfm --out docs src/**/*.md
mume ebook epub/mobi/pdf/html README.md