repub Build Status dependency status GitHub Crates.io

markdown 文書を 電子書籍 (epub3) に変換します。 cover_image

Install

bash cargo install repub

Update

bash cargo install --force repub

Uninstall

bash cargo uninstall repub

Usage

usage.mdを御覧ください。

``` $ repub --help repub 0.2.0 Kaisei Yokoyama yokoyama.kaisei.sm@alumni.tsukuba.ac.jp A tool to convert markdown documents to epub.

USAGE: repub [FLAGS] [OPTIONS]

FLAGS: --help Prints help information --config 設定ファイルを保存 --save 一時ファイルを消去しない -V, --version Prints version information --verbose ログを表示

OPTIONS: -i, --bookid Book ID -c, --creator 作者、編集者、翻訳者など -l, --language 言語 -t, --title タイトルを設定 -h <toc_level> 目次に表示するHeaderの最低レベル(1~5) --mode <writing_mode> 縦書き / 横書き [default: htb] [possible values: htb, vrl, vlr]</p> <p>ARGS: <input> 変換するマークダウンファイル OR 変換するマークダウン文書(複数可)の入ったディレクトリ OR 設定ファイル ```</p> </body></html>