#ebook #mdbook #epub #converter

bin+lib epub2mdbook

A tool to convert EPUB files to MDBook format

14 breaking releases

Uses new Rust 2024

0.15.0 Feb 24, 2025
0.13.0 Feb 23, 2025

#974 in Text processing

Download history 1127/week @ 2025-02-20 87/week @ 2025-02-27 4/week @ 2025-03-06 5/week @ 2025-03-13

108 downloads per month

MIT and GPL-3.0 licenses

21KB
217 lines

EPUB to MDBook Converter

This is a powerful tool to convert EPUB files to MDBook format.

Usage

CLI

cargo install epub2mdbook
epub2mdbook path/to/input.epub --output-dir path/to/output

Rust

use epub2mdbook::convert_epub_to_mdbook;

convert_epub_to_mdbook("path/to/input.epub", "path/to/output", true);

Dependencies

~18–30MB
~451K SLoC