|
> is a software package hosting service, similar to npmjs.org, rubygems.org, or hub.docker.com, that allows you to host your packages and code in one place. You can host software packages privately or publicly and use them as dependencies in your projects. I am... really confused by this. Isn't this just Github? Github is a hosting service that allows you to host your packages and code in one place. It has testing and publishing pipeline support, you can add artifacts/releases, make your packages private or public, host different types of software at the same time, and it's compatible with most existing dependency systems, including NodeJS. I can see this has more download statistics, which is nice. And it has a policy that artifacts can't be deleted, which is very nice. Is that it though? I know I have to be missing something; what can I do now that I couldn't already do with Github as is? |