Skip to content

bcbi/AddLatest.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.