Skip to content

Commit

Permalink
[docs] add "Creating and maintaining registries" (#2659)
Browse files Browse the repository at this point in the history
* [docs] add "Creating and maintaining registries"

with pointers to Registrator, LocalRegistry, and RegistryCI

* Fix grammar
  • Loading branch information
ericphanson authored Jul 9, 2021
1 parent 90b535d commit cb9441f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/src/registries.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,11 @@ pkg> registry up
Updating registry at `~/.julia/registries/General`
Updating git-repo `https://github.com/JuliaRegistries/General`
```

### Creating and maintaining registries

Pkg only provides client facilities for registries, rather than functionality to create
or maintain them. However, [Registrator.jl](https://github.com/JuliaRegistries/Registrator.jl)
and [LocalRegistry.jl](https://github.com/GunnarFarneback/LocalRegistry.jl) provide ways to
create and update registries, and [RegistryCI.jl](https://github.com/JuliaRegistries/RegistryCI.jl)
provides automated testing and merging functionality for maintaining a registry.

0 comments on commit cb9441f

Please sign in to comment.