Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
repo vs registry
ericmj [10:24 PM]
the repo includes the registry
[10:24]
the repo is registry + actual packages
[10:24]
the registry is the files that describe the packages in the repo
[10:25]
we use the registry for dependency resolution and then we fetch the packages from the repository
[10:25]
does that make sense?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment