Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stasson/mume-cli

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

markdown mume pdf

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# mume-cli

CLI wrapper arround [mume](https://github.com/shd101wyy/mume), the tool powering [markdown preview enhanced for vscode](https://shd101wyy.github.io/markdown-preview-enhanced).

- 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

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

## usage

```bash
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
```