boi-rupantor
v1.0.0
Published
Pure JavaScript EPUB to KFX converter
Readme
boi-rupantor
boi-rupantor is a pure JavaScript EPUB to KFX converter.
Installation
Via npm (global)
npm install -g boi-rupantorVia GitHub (manual)
Clone the repository and link the package:
git clone https://github.com/hazrat-gh/boi-rupantor.git
cd boi-rupantor
npm install
npm linkThis makes the boi-rupantor command available globally.
Usage
boi-rupantor <input.epub> [options]Options
| Option | Description |
| -------------------- | ------------------------------ |
| -o, --output <path>| Output KFX file path |
Example
boi-rupantor book.epub -o book.kfxIf no output path is given, the output file is written to the same location as the input with a .kfx extension.
