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
- Host: GitHub
- URL: https://github.com/lapwat/md2mobi
- Owner: lapwat
- Created: 2019-02-27T00:30:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-27T16:22:40.000Z (almost 5 years ago)
- Last Synced: 2025-04-13T05:45:36.541Z (6 months ago)
- Topics: ebook, kindle, markdown, mobi
- Language: CSS
- Homepage: https://md2mobi.lapw.at
- Size: 8.84 MB
- Stars: 12
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .
```