Socket
Book a DemoInstallSign in
Socket

epub-chapterify

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

epub-chapterify

Convert ePUB format ebooks to HTML5 chapters

latest
npmnpm
Version
0.0.8
Version published
Maintainers
1
Created
Source

epub-chapterify

Convert ePUB format ebooks to HTML5 chapters.

## Installation

You need to have Node.js installed.

Install epub-chapterify using npm:

npm install --global epub-chapterify

Usage

Run epub-chapterify, passing one or more paths as arguments. Paths can be direct paths to .epub files, or directories that contain .epub files.

epub-chapterify book.epub dir_of_books

The tool will run, showing the progress of conversion at the command line.

When it finishes, for each .epub file found in the input there will be a corresponding _chapters directory.

For example, if your input file is called book.epub the output directory will be called book_chapters.

Keywords

epub

FAQs

Package last updated on 27 Sep 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts