ridi / content-parser

Content data parser for Ridibooks services

Home Page:https://ridi.github.io/content-parser/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com:ridi/content-parser.git
$ yarn

yarn required.

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 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 and yarn lint are preceded.

To deploy the new version, use the following command:

$ yarn bump

Version names must conform to SemVer.

About

Content data parser for Ridibooks services

https://ridi.github.io/content-parser/


Languages

Language:JavaScript 96.2%Language:HTML 3.7%Language:CSS 0.1%