1.8 KiB
id | title |
---|---|
šta-je-verdaccio | Šta je Verdaccio? |
Verdaccio je lightweight private npm proxy registry ugrađen u Node.js
What's a registry?
-
A registry is a repository for packages, that implements the CommonJS Compliant Package Registry specification for reading package's information.
-
Provide a compatible API with npm clients (yarn/npm/pnpm).
-
Semantic Versioning compatible (semver).
$> verdaccio
Korišćenje Verdaccio-a
Using Verdaccio with any Node.js package manager client is quite straightforward.
You can use a custom registry either by setting it globally for all your projects
npm set registry http://localhost:4873
or by using it in command line as an argument --registry
in npm (slightly different in yarn)
npm install lodash --registry http://localhost:4873
yarn config set registry http://localhost:4873
Private
Svi paketi koje publikujete su podešeni kao privatni i dostupni su samo ako su tako konfigurisani.
Proxy
Verdaccio cache all dependencies on demand and speed up installations in local or private networks.
In a Nutshell
- To je web app bazirana na Node.js
- To je privatni npm registry
- To je lokalni network proxy
- To je aplikacija koja podržava plugine
- It's fairly easy to install and to use
- Nudimo Docker i Kubernetes podršku
- 100% Komparibilan sa yarn, npm i pnpm
- Verdaccio means A green color popular in late medieval Italy for fresco painting.