Skip to content

ridi/content-parser

Repository files navigation

Check codecov

Packages

Utilities for parsers

NPM version NPM total downloads

Content data parser for Ridibooks services (epub-parser + comic-parser + pdf-parser)

NPM version NPM total downloads

Common EPUB2 data parser for Ridibooks services

NPM version NPM total downloads

Common comic data parser for Ridibooks services

NPM version NPM total downloads

Common PDF data parser for Ridibooks services

NPM version NPM total downloads

Development

Setup

$ git clone [email protected]:ridi/content-parser.git
$ yarn

yarnrequired.

Commands

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 cleanare preceded.

If you want only lint, the following command:

$ yarn lint

To test each package, use the following command:

$ yarn test

yarn buildandyarn lintare preceded.

To deploy the new version, use the following command:

$ yarn bump

Version names must conform toSemVer.