@docomodigital/videoplayer

v2.0.2-alpha.0
[![Build Status](https://travis-ci.com/docomodigital/videoplayer.svg?branch=master)](https://travis-ci.com/docomodigital/videoplayer) [![Coverage Status](https://coveralls.io/repos/github/docomodigital/videoplayer/badge.svg?branch=master)](https://coveral

build

rimraf ./dist && rollup -c

doc

rimraf ./docs/${npm_package_version} && jsdoc -c .jsdoc.json -d ./docs/${npm_package_version}/

doc:latest

rimraf ./docs/latest && jsdoc -c .jsdoc.json -d ./docs/latest/

doc:open

npm run doc && open docs/${npm_package_version}/index.html

lint

eslint "src/**"

start

cross-env NODE_ENV=development webpack-dev-server --open

test

jest --config jest.config.json

test:watch

npm run test -- --watchAll

test:open

npm run test && open coverage/lcov-report/index.html

test:coveralls

npm run test -- --coverageReporters=text-lcov | coveralls

preversion

npm run lint && npm run test

version

npm run build && npm run doc && npm run doc:latest

postversion

git add docs/ && git commit -am "Documentation ${npm_package_version}" && git push --follow-tags
npm i @docomodigital/[email protected]

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 6/10/2019

Downloads