Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cossio/cossiojuliaregistry
https://github.com/cossio/cossiojuliaregistry
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cossio/cossiojuliaregistry
- Owner: cossio
- Created: 2023-07-23T15:52:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-05T14:13:08.000Z (3 months ago)
- Last Synced: 2024-08-05T16:28:42.019Z (3 months ago)
- Language: Shell
- Size: 463 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.