0.1.4 • Published 9 years ago

bblx2mobi v0.1.4

Weekly downloads
3
License
ISC
Repository
github
Last release
9 years ago

bblx2mobi

A tool to generate mobi and epub ebooks from e-Sword bblx files.

Pre-requirements

  • node.js -- version 0.10 or later
  • kindlegen available from PATH

Installing

npm install bblx2mobi -g

After install all dependent libraries should be downloaded automatically.

Usage

bblx2mobi <filename> <lang>

Example:

bblx2mobi bible.bblx pl

To do

  • support generating apocrypha
  • support comments
  • fix encoding issues in some versions of bblx unicode files

Dependencies

"dependencies": {
    "archiver": "~0.13.0",
    "mustache": "~1.0.0",
    "rimraf": "~2.2.8",
    "sqlite3": "~3.0.4",
    "unzip": "~0.1.11"
  }
0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago