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

https://github.com/projecttorreypines/fuseregistry.jl

Registry of Julia packages related to FUSE.jl or more broadly to IMASDD.jl
https://github.com/projecttorreypines/fuseregistry.jl

Last synced: 6 months ago
JSON representation

Registry of Julia packages related to FUSE.jl or more broadly to IMASDD.jl

Awesome Lists containing this project

README

          

# FuseRegistry

Registry of Julia packages related to FUSE.jl or more broadly to IMASdd.jl

### Add the FuseRegistry to the list of known registries

```
using Pkg
pkg"registry add https://github.com/ProjectTorreyPines/FuseRegistry.jl.git"
```

### Adding or updating a package to the FuseRegistry

```
using LocalRegistry
register("package", registry="FuseRegistry")
```