1.8 KiB
id | title |
---|---|
what-is-verdaccio | O que é o Verdaccio? |
O Verdaccio é um registro de proxy npm leve e privado escrito em 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
Usando o Verdaccio
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
Privado
Todos os pacotes que você publica são privados e apenas acessíveis com base em sua configuração.
Proxy
Verdaccio cache all dependencies on demand and speed up installations in local or private networks.
In a Nutshell
- É um aplicativo da web baseado no Node.js
- É um registro npm privado
- É um proxy de rede local
- É um aplicativo capaz de ser estendido por plugins
- It's fairly easy to install and to use
- Oferecemos suporte para Docker e Kubernetes
- É 100% compatível com yarn, npm e pnpm
- Verdaccio means A green color popular in late medieval Italy for fresco painting.