Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
a cli for https://github.com/shd101wyy/mume
- Host: GitHub
- URL: https://github.com/stasson/mume-cli
- Owner: stasson
- Created: 2018-07-15T08:08:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T07:41:11.000Z (almost 2 years ago)
- Last Synced: 2024-07-20T20:24:07.582Z (4 months ago)
- Topics: markdown, mume, pdf
- Language: TypeScript
- Size: 1.27 MB
- Stars: 14
- Watchers: 1
- Forks: 5
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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
```