WebPlayer

January 18, 2018 ยท View on GitHub

Build Status

Coverage Status

codecov.io

First install:

Pkg.clone("https://github.com/SimonDanisch/WebPlayer.jl")
Pkg.build("WebPlayer")

Updates:

Pkg.checkout("WebPlayer")
# Optional build, depending on what changed... Hopefully you never need to rebuild:
# Pkg.build("WebPlayer")