stasson / mume-cli

a cli for https://github.com/shd101wyy/mume

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mume-cli

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)

install

npm install -g puppeteer
npm install -g mume-cli
mume -h

usage

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

About

a cli for https://github.com/shd101wyy/mume


Languages

Language:TypeScript 58.3%Language:JavaScript 41.7%