Leticia-maria / IsAvailable.jl

A Julia version of isavailable.py package of @schneiderfelipe, to check which packages are available to be installed with Pkg.jl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alt text

Build Status

This package checks the availability of packages in Pkg.jl and asks you to install if it is available.

How to use?

First, you must import Pkg:

using Pkg

Then, you add IsAvailable.jl:

Pkg.clone("https://github.com/Leticia-maria/IsAvailable.jl")

And, finally:

using IsAvailable

About

A Julia version of isavailable.py package of @schneiderfelipe, to check which packages are available to be installed with Pkg.jl

License:MIT License


Languages

Language:Julia 100.0%