mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-03-04 02:02:39 -05:00
55 lines
No EOL
1.8 KiB
Markdown
55 lines
No EOL
1.8 KiB
Markdown
---
|
|
id: what-is-verdaccio
|
|
title: "O que é o Verdaccio?"
|
|
---
|
|
|
|
O Verdaccio é um **registro de proxy npm leve e privado** escrito em **Node.js** <iframe width="560" height="315" src="https://www.youtube.com/embed/hDIFKzmoCaA?enablejsapi=1" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen mark="crwd-mark"></iframe>
|
|
|
|
## 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**. |