LocalRegistry.jl icon indicating copy to clipboard operation
LocalRegistry.jl copied to clipboard

Create and maintain local registries for Julia packages.

Results 15 LocalRegistry.jl issues
Sort by recently updated
recently updated
newest added

The Julia registries identify the registered package versions by the tree hashes of their content, which can be retrieved from the package's git repository. Whereas this is all that the...

Not functionality to be advised generally, but it would be nice to add the ability to yank a release, or force re-register the current version

When an origin repo for a registry is created, it may use a branch name other than `master` (e.g., GitHub now defaults to `main`). When LocalRegistry creates a registry (e.g....

Unless there's a conflict, is there any reason not to pull the remote copy of the registry first if the local copy is not synced with it? Would be nice...

Running just ``` register("Foo") ``` will currently register, commit, and push to the remote. At least in interactive mode, I would like to review before pushing to remote, especially in...