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

https://github.com/lapwat/md2mobi

Convert Markdown files to Mobi files for Amazon Kindle
https://github.com/lapwat/md2mobi

ebook kindle markdown mobi

Last synced: 6 months ago
JSON representation

Convert Markdown files to Mobi files for Amazon Kindle

Awesome Lists containing this project

README

          

# md2mobi

Convert Markdown files to Mobi files for Amazon Kindle.

## Run

Run this command specifying `TITLE` and `AUTHOR` as environment variables.

```sh
$ cat your_ebook.md | docker run -i -e TITLE="A title" -e AUTHOR="An author" lapwat/md2mobi > your_ebook.mobi
```

## Build from source

```sh
$ docker build -t lapwat/md2mobi .
```