Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cossio/cossiojuliaregistry


https://github.com/cossio/cossiojuliaregistry

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

# CossioJuliaRegistry

My public Julia registry. Created using [LocalRegistry.jl](https://github.com/GunnarFarneback/LocalRegistry.jl).

To install this registry, run the following command in the Julia pkg REPL (once per Julia installation):

```
pkg> registry add https://github.com/cossio/CossioJuliaRegistry.git
```

This registry contains both public and private packages. Private repos use the `[email protected]:...` url format. See the [LocalRegistry.jl docs](https://github.com/GunnarFarneback/LocalRegistry.jl/blob/master/docs/ssh_keys.md) for more info.

* Some public repos may also use `[email protected]:...` URLs, and you need a SSh key associated to your GitHub account to install them through this registry.
* For private repos, your SSH key needs to be added to the corresponding repo to gain access.

This registry uses [`RegistryCI`](https://github.com/JuliaRegistries/RegistryCI.jl) for integrity checks after each commit using a GitHub Actions workflow.