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/doc
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2010-04-26 03:40:31 +0400
committerisaacs <i@izs.me>2010-04-26 03:40:31 +0400
commit5414d5ffe8f33bcf6fb228b7704c40f4efa0d4e2 (patch)
tree1e1c98ac9ed807ec378399fbdf1afb3c8ffeac1f /doc
parent20c46fbb291f0c6446cc9a5329269d4c12af49b1 (diff)
Document help command
Diffstat (limited to 'doc')
-rw-r--r--doc/help.md31
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/help.md b/doc/help.md
new file mode 100644
index 000000000..bf11c4dcc
--- /dev/null
+++ b/doc/help.md
@@ -0,0 +1,31 @@
+npm-help(1) -- Get help about npm commands
+==========================================
+
+## Usage
+
+ npm help <section>
+
+Where <section> is one of:
+
+ * activate
+ * adduser
+ * config
+ * deactivate
+ * folders
+ * help (this page)
+ * install
+ * json
+ * link (or ln)
+ * list (or ls)
+ * publish
+ * registry
+ * tag
+ * uninstall (or rm)
+ * build
+ * npm
+ * scripts
+ * json
+
+## Todo
+
+It'd be nice if this page was automatically generated.