Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/man/npm.1
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2010-05-06 02:01:59 +0400
committerisaacs <i@izs.me>2010-05-06 02:01:59 +0400
commit57729b7fd504d2d4a0fba8fed67923f97731fc30 (patch)
tree8fd5683e8b8821e3656d545b0c6786a0e9a3bfef /man/npm.1
parent2a316a42bbed8549623cf2adfe4a54af751847da (diff)
Documentation updates
Diffstat (limited to 'man/npm.1')
-rw-r--r--man/npm.114
1 files changed, 14 insertions, 0 deletions
diff --git a/man/npm.1 b/man/npm.1
index 0d69bed03..79c83f5e4 100644
--- a/man/npm.1
+++ b/man/npm.1
@@ -20,6 +20,20 @@ npm is a little package manager for the Node javascript library.
See npm\-help(1) for more details about specific commands.
.
.P
+npm supports a very basic argument parser. For any of the settings
+in npm\-config(1), you can set them explicitly for a single command by
+doing:
+.
+.IP "" 4
+.
+.nf
+npm \-\-key val <command>
+.
+.fi
+.
+.IP "" 0
+.
+.P
If you are a package maintainer, please investigate the documentation at
npm\-json(1), npm\-publish(1), and npm\-tag(1) sections first. See
npm\-folders(1) section to see how you can leverage npm's functionality