1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-13 03:35:52 +01:00
verdaccio/website/translated_docs/ur-PK/home.md
2018-01-06 22:30:49 +00:00

2.6 KiB

id date title
home 2017-07-10T23:36:56.503Z Verdaccio npm proxy private registry
site.title
site.description

Easy to Install

One single command to install the application

$> npm install --global verdaccio

# or

$> yarn global add verdaccio

Easy to Set Up

Set your verdaccio registry as default

<br />$> npm set registry http://localhost:4873

$> npm adduser --registry http://localhost:4873

Easy to Use

Run it in your terminal

<br />$> verdaccio
warn --- config file  - /home/.config/verdaccio/config.yaml
warn --- http address - http://localhost:5555/ - verdaccio/2.2.0

That's it ! Enjoy your private package manager.

Docker Support
Docker Support

Docker Ready

Docker Support