epub-extract
TypeScript icon, indicating that this package has built-in type declarations

1.0.30 • Public • Published

epub-extract

epub-extract for node-novel style

npm install epub-extract

use

npx epub-extract -i path_of_file.epub

// extract all epub in folder
npx epub-extract --all
epub-extract.js [-o dir] [-i file]

Commands:
  epub-extract.js all  extract all epub
  epub-extract.js v    show log

Options:
  --help        Show help                                              [boolean]
  --version     Show version number                                    [boolean]
  -o, --output  output dir path
  -i, --input   input file path

Examples:
  epub-extract.js -o epub name.epub  extract name.epub to epub dir

demo

import epubExtract from 'epub-extract';

epubExtract(srcFile, options);

Options

If ouput directory is ommited epub-extract will output the decompressed epub to the current working directory.

E.g. User/username/here

{
    cwd: 'string' // current working directory
    outputDir: 'string' // output directory
    noVolume: 'boolean' // §
    noFirePrefix: 'boolean',
    log: 'boolean', // will console log file
}

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.3011latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.3011
1.0.290
1.0.281
1.0.264
1.0.250
1.0.240
1.0.230
1.0.210
1.0.200
1.0.191
1.0.180
1.0.170
1.0.160
1.0.150
1.0.140
1.0.130
1.0.120
1.0.100
1.0.90
1.0.80
1.0.70
1.0.60
1.0.51
1.0.40
1.0.30
1.0.20
1.0.10
1.0.00

Package Sidebar

Install

npm i epub-extract

Weekly Downloads

18

Version

1.0.30

License

ISC

Unpacked Size

44.8 kB

Total Files

11

Last publish

Collaborators

  • bluelovers