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
- Host: GitHub
- URL: https://github.com/projecttorreypines/fuseregistry.jl
- Owner: ProjectTorreyPines
- License: apache-2.0
- Created: 2024-07-12T05:23:06.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T07:41:48.000Z (over 1 year ago)
- Last Synced: 2024-10-24T13:05:45.331Z (over 1 year ago)
- Size: 188 KB
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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")
```