1.0.30 • Published 2 years ago
epub-extract v1.0.30
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
}
1.0.30
2 years ago
1.0.29
3 years ago
1.0.28
3 years ago
1.0.26
4 years ago
1.0.25
4 years ago
1.0.24
4 years ago
1.0.23
4 years ago
1.0.21
4 years ago
1.0.20
5 years ago
1.0.19
5 years ago
1.0.18
5 years ago
1.0.17
5 years ago
1.0.16
6 years ago
1.0.15
6 years ago
1.0.14
6 years ago
1.0.13
6 years ago
1.0.12
6 years ago
1.0.10
7 years ago
1.0.9
7 years ago
1.0.8
7 years ago
1.0.7
7 years ago
1.0.6
7 years ago
1.0.5
7 years ago
1.0.4
7 years ago
1.0.3
7 years ago
1.0.2
7 years ago
1.0.1
7 years ago
1.0.0
7 years ago