r2-navigator-web

v0.0.3
A Readium Navigator module for the web, written in TypeScript
Readium

clean

rimraf dist

build

npm run clean && rollup -c

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"

lint

tslint -c tslint.json 'src/**/*.ts' 'test/**/*.ts'

watch

npm run build -- -w
npm i r2-navigator-web

Metadata

Downloads

Maintainers