AddLatest.jl

Ensure that you are installing the latest version of a Julia package
Author bcbi
Popularity
1 Star
Updated Last
3 Years Ago
Started In
September 2020

AddLatest

Stable Dev Build Status Coverage

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.