Hacker News new | ask | show | jobs
by kodah 1479 days ago
Can someone explain this to me?

> Verdaccio

> Open Source Alternative to npm

in lieu of https://github.com/npm

1 comments

Verdaccio is an NPM registry server implementation, for hosting private packages. NPM doesn't provide an implementation for the server, they have their own closed source version that they provide as a free/tiered SAAS. The CLI and API specification are open source though