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
- Host: GitHub
- URL: https://github.com/bcbi/addlatest.jl
- Owner: bcbi
- License: mit
- Created: 2020-09-06T04:45:12.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-10T00:21:27.000Z (almost 6 years ago)
- Last Synced: 2025-02-02T01:27:30.724Z (over 1 year ago)
- Language: Julia
- Homepage: https://docs.bcbi.brown.edu/AddLatest.jl/stable/
- Size: 146 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AddLatest
[](https://bcbi.github.io/AddLatest.jl/stable)
[](https://bcbi.github.io/AddLatest.jl/dev)
[](https://github.com/bcbi/AddLatest.jl/actions)
[](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/).