0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-17 23:45:29 -05:00
verdaccio/website/translated_docs/ru-RU/what-is-verdaccio.md

2.1 KiB
Raw Blame History

id title
what-is-verdaccio Что такое Verdaccio?

Verdaccio - это легкий приватный проксирующий npm-репозиторий, сделанный на 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

реестр

Использование 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

Приватный

Все пакеты, которые вы опубликуете - приватные, и доступ к ним осуществляется в соотвествии с правами, опредёленными в конфигурации.

Прокси

Verdaccio cache all dependencies on demand and speed up installations in local or private networks.

In a Nutshell

  • Веб-приложение на Node
  • Приватный npm-реестр
  • Прокси для локальной сети
  • Возможно подключение плагинов
  • It's fairly easy to install and to use
  • Поддержка Docker и Kubernetes
  • 100% совместим с yarn, npm и pnpm
  • Verdaccio means A green color popular in late medieval Italy for fresco painting.