WebPlayer
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")