Package Exports
- r2-streamer-js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (r2-streamer-js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Readium 2 NodeJS "streamer"
Build status
TravisCI, develop
branch:
Prerequisites
- https://nodejs.org NodeJS >= 6, NPM >= 3 (check with
node --version
andnpm --version
from the command line) - https://yarnpkg.com Yarn >= 0.21 (check with
yarn --version
from the command line)
Quick start
Command line steps:
cd r2-streamer-js
npm update --global
(sync NPM global packages)yarn global upgrade
(sync Yarn global packages)yarn install
(initialize localnode_modules
packages from dependencies declared inpackage.json
)yarn upgrade
(sync local packages)yarn start
(invoke the main build script)yarn test
(run the unit tests)yarn run cli {PATH_TO_EPUB}
(relative or absolute path to a publication)