Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wojtekmach/170555692be81494d38667c36e3ffe69 to your computer and use it in GitHub Desktop.
Save wojtekmach/170555692be81494d38667c36e3ffe69 to your computer and use it in GitHub Desktop.
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