Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 406 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 406 Bytes

Pack epub

The evil Apple Books export epub as a folder rather than a file, which makes it impossible to import epub into other devices and software.

This is a tool for repackaging epub.

Build

# Debug
swift build

# Release
swift build -c release

Usage

# --dir-path is the path of the epub folder which is exported from Apple Books.
./pack-epub --dir-path=example.epub