Utilities for parsers
Content data parser for Ridibooks services (epub-parser + comic-parser + pdf-parser)
Common EPUB2 data parser for Ridibooks services
Common comic data parser for Ridibooks services
Common PDF data parser for Ridibooks services
$ git clone git@github.com:ridi/content-parser.git
$ yarn
yarn required.
If you want install the development environment or add a new dependency to the package or add a new package, run the following command:
$ yarn
If you want only build, the following command:
$ yarn build
yarn clean
are preceded.
If you want only lint, the following command:
$ yarn lint
To test each package, use the following command:
$ yarn test
yarn build
andyarn lint
are preceded.
To deploy the new version, use the following command:
$ yarn bump
Version names must conform to SemVer.