@evidentpoint/readium-cfi-js

v1.2.2
Readium - CFI javascript library
readium epub epub3 cfi

clean

rimraf dist/* && rimraf api-docs/* && rimraf gen/*

prebuild

npm run clean && pegjs -o gen/parser.js src/parser.pegjs

build

rollup -c

watch

npm run build -- --watch

lint

eslint src/**/*.js test/**/*.spec.js

format

prettier --config .prettierrc --write src/**/**.js

test

npm run test:build && npm run test:start

test:clean

rimraf test/dist

test:build

npm run test:clean && cd test && webpack

test:start

cd test && karma start karma.config.js

test:debug

npm run test:start -- --singleRun=false

test:watch

echo "not implemented"

prepublishOnly

npm run build && npm run test
npm i @evidentpoint/readium-cfi-js

Metadata

Downloads