Baffelan's Julia registry for local repositories
To use this:
- install
LocalRegistryin your Julia instance:using.Pkg; Pkg.add("LocalRegistry")
- add the Baito to your registries:
using LocalRegistry ] registry add "https://github.com/Baffelan/Baito.jl/"
- To register a package there:
Warning 1 you need to be able to push to this repo, so you need to have a token or an ssh key Warning 2 you need to have the local package in development (i.e.,
register("NameOfPackage"; registry = "Baito")
dev /Path/To/LocalPack) - To use a package from the LocalRegistry it's just the same as always:
Pkg.add("NameOfPackage")