An open API service indexing awesome lists of open source software.

https://github.com/bcbi/addlatest.jl

Ensure that you are installing the latest version of a Julia package
https://github.com/bcbi/addlatest.jl

Last synced: 4 months ago
JSON representation

Ensure that you are installing the latest version of a Julia package

Awesome Lists containing this project

README

          

# AddLatest

[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://bcbi.github.io/AddLatest.jl/stable)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://bcbi.github.io/AddLatest.jl/dev)
[![Build Status](https://github.com/bcbi/AddLatest.jl/workflows/CI/badge.svg)](https://github.com/bcbi/AddLatest.jl/actions)
[![Coverage](https://codecov.io/gh/bcbi/AddLatest.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/bcbi/AddLatest.jl)

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
julia> using AddLatest

julia> using Pkg

julia> Pkg.add(latest("Example"))
```

Please see the [documentation](https://bcbi.github.io/AddLatest.jl/stable/).