All Projects → KaiseiYokoyama → repub_cli

KaiseiYokoyama / repub_cli

Licence: MIT license
markdown docs to epub3

Programming Languages

rust
11053 projects
HTML
75241 projects

Projects that are alternatives of or similar to repub cli

epub3guide
台灣 EPUB3 制作指引
Stars: ✭ 95 (+196.88%)
Mutual labels:  epub3
cheepub
PDF/EPUB generator from Markdown
Stars: ✭ 17 (-46.87%)
Mutual labels:  epub3
AozoraEpub3
青空文庫テキスト→ePub3変換
Stars: ✭ 58 (+81.25%)
Mutual labels:  epub3
Wedge
可配置的小说下载及电子书生成工具
Stars: ✭ 62 (+93.75%)
Mutual labels:  epub3
syncabook
📖🎧 A tool for creating ebooks with synchronized text and audio (EPUB3 with Media Overlays)
Stars: ✭ 70 (+118.75%)
Mutual labels:  epub3
iRead
iRead is an EPUB reader for iOS written in Swift
Stars: ✭ 83 (+159.38%)
Mutual labels:  epub3
readium-css
🌈 A set of reference stylesheets for EPUB Reading Systems, starting with Readium Mobile
Stars: ✭ 78 (+143.75%)
Mutual labels:  epub3
pdf2fxl
PDF to EPUB3 Fixed Layout converter
Stars: ✭ 18 (-43.75%)
Mutual labels:  epub3

repub Build Status dependency status GitHub Crates.io

logo_2_2

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

Install

まず, Rust 開発環境を整えてください.

curl https://sh.rustup.rs -sSf | sh

repubをインストール

cargo install repub

Update

cargo install --force repub

Uninstall

cargo uninstall repub

Usage

usage.mdを御覧ください.

$ repub --help
repub 0.4.0
Kaisei Yokoyama <[email protected]>
A tool to convert markdown documents to epub.

USAGE:
    repub [FLAGS] [OPTIONS] <input>

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

OPTIONS:
    -i, --bookid <book_id>             Book ID
        --cover-image <cover_image>    表紙 / Cover image
    -c, --creator <creator>            作者、編集者、翻訳者など
    -l, --language <language>          言語
    -t, --title <title>                タイトル
        --toc-depth <toc_depth>        目次に表示するHeaderの最低レベル(1~5)
        --mode <writing_mode>          縦書き / 横書き [default: htb]  [possible values: htb, vrl, vlr]

ARGS:
    <input>    変換するマークダウンファイル OR 変換するマークダウン文書(複数可)の入ったディレクトリ OR 設定ファイル

History

https://github.com/KaiseiYokoyama/repub/releases

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].