We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90b535d commit cb9441fCopy full SHA for cb9441f
docs/src/registries.md
@@ -79,3 +79,11 @@ pkg> registry up
79
Updating registry at `~/.julia/registries/General`
80
Updating git-repo `https://github.com/JuliaRegistries/General`
81
```
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