AddLatest.jl queries multiple Julia package registries and determines the latest available version of each package.
This makes it easy to ensure that you are installing the latest version of a Julia package.
Quick start:
julia> using AddLatest
julia> using Pkg
julia> Pkg.add(latest("Example"))
Please see the documentation.