From 713b898d09a9877ab125c6729055a8981e53536f Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Sat, 16 Dec 2017 13:30:14 +0100 Subject: [PATCH] New translations home.md (Urdu (Pakistan)) --- website/translated_docs/ur-PK/home.md | 100 ++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 website/translated_docs/ur-PK/home.md diff --git a/website/translated_docs/ur-PK/home.md b/website/translated_docs/ur-PK/home.md new file mode 100644 index 000000000..b41817e54 --- /dev/null +++ b/website/translated_docs/ur-PK/home.md @@ -0,0 +1,100 @@ +--- +id: home +date: 2017-07-10T23:36:56.503Z +title: Verdaccio npm proxy private registry +--- + + +
+
+ +
+ site.title +
+ +
+ site.description +
+ +
+ + + + + + + + npm version badge + + + + + downloads badge + + +
+ + + + +
+ +## Easy to Install + +One single command to install the application + +```sh +$> npm install --global verdaccio + +# or + +$> yarn global add verdaccio + +``` + +## Easy to Set Up + +Set your verdaccio registry as default + +```sh +
$> npm set registry http://localhost:4873 + +$> npm adduser --registry http://localhost:4873 + +``` + +## Easy to Use + +Run it in your terminal + +```sh +
$> 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**. + +##### and all the most popular npm clients are supported. + +
+
+ Docker Support +
+
+ Docker Support +
+
+ +
+

+ Docker Ready +

+ + Docker Support + +