Skip to content

Commit cb9441f

Browse files
authored
[docs] add "Creating and maintaining registries" (#2659)
* [docs] add "Creating and maintaining registries" with pointers to Registrator, LocalRegistry, and RegistryCI * Fix grammar
1 parent 90b535d commit cb9441f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/src/registries.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,11 @@ pkg> registry up
7979
Updating registry at `~/.julia/registries/General`
8080
Updating git-repo `https://github.com/JuliaRegistries/General`
8181
```
82+
83+
### Creating and maintaining registries
84+
85+
Pkg only provides client facilities for registries, rather than functionality to create
86+
or maintain them. However, [Registrator.jl](https://github.com/JuliaRegistries/Registrator.jl)
87+
and [LocalRegistry.jl](https://github.com/GunnarFarneback/LocalRegistry.jl) provide ways to
88+
create and update registries, and [RegistryCI.jl](https://github.com/JuliaRegistries/RegistryCI.jl)
89+
provides automated testing and merging functionality for maintaining a registry.

0 commit comments

Comments
 (0)