epubcheck-static
v4.0.0-v5.3.0
Published
Packaged epubcheck.jar
Readme
Packaged epubcheck.jar
This package contains a specific version of epubcheck. Using this enables managing and updating the epubcheck via NPM.
Install
npm i epubcheck-static
Use
The path to the jar file and the version is exported by the module:
import * as epubcheck from "epubcheck-static";
console.log(epubcheck.path);
// /tmp/test/node_modules/epubcheck-static/vendor/epubcheck.jar
console.log(epubcheck.version);
// v5.1.0Use this when you invoke epubcheck.
Update
Use the built-in updater tool:
npm run update
