This is a registry to host SISL's Julia packages.
To add the SISL registry run this command from the Julia REPL:
] registry add https://github.com/sisl/Registry
For now, adding packages is only supported locally. To add CoolPackage.jl
to the registry proceed as follow:
- clone the
CoolPackage.jl
repository - Use the script
private_register.jl
- uncomment the line
const private_reg_url = "https://github.com/sisl/Registry"
- run
julia private_register.jl path/to/CoolPackage
- the script is going to open a PR in the Registry repository, check that it is correct, merge the PR and delete the branch.