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/man1
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2011-01-31 00:51:23 +0300
committerisaacs <i@izs.me>2011-01-31 00:51:23 +0300
commit63b5434c4c63b6fadf446ae252485de32bf979d0 (patch)
tree571b184a7f0bdcd257462b0fe0062baecbfeabdb /man1
parent244ffa0c5628f1aa29c70cf5ab2de85694f6d245 (diff)
Fix #539 Implement configurable "onload-script"
Diffstat (limited to 'man1')
-rw-r--r--man1/config.111
-rw-r--r--man1/get.111
-rw-r--r--man1/set.111
3 files changed, 33 insertions, 0 deletions
diff --git a/man1/config.1 b/man1/config.1
index 15fe8385a..d35b544dd 100644
--- a/man1/config.1
+++ b/man1/config.1
@@ -470,3 +470,14 @@ compliance\.
.
.P
Set to null or false to suppress engine checking altogether\.
+.
+.SH "onload\-script"
+Default: false
+.
+.P
+A script to run when npm loads\. Use this to hook into various events in
+the npm flow in a programmatic way, even when using npm from the command
+line\.
+.
+.P
+If false, then don\'t do any onload stuff\.
diff --git a/man1/get.1 b/man1/get.1
index 15fe8385a..d35b544dd 100644
--- a/man1/get.1
+++ b/man1/get.1
@@ -470,3 +470,14 @@ compliance\.
.
.P
Set to null or false to suppress engine checking altogether\.
+.
+.SH "onload\-script"
+Default: false
+.
+.P
+A script to run when npm loads\. Use this to hook into various events in
+the npm flow in a programmatic way, even when using npm from the command
+line\.
+.
+.P
+If false, then don\'t do any onload stuff\.
diff --git a/man1/set.1 b/man1/set.1
index 15fe8385a..d35b544dd 100644
--- a/man1/set.1
+++ b/man1/set.1
@@ -470,3 +470,14 @@ compliance\.
.
.P
Set to null or false to suppress engine checking altogether\.
+.
+.SH "onload\-script"
+Default: false
+.
+.P
+A script to run when npm loads\. Use this to hook into various events in
+the npm flow in a programmatic way, even when using npm from the command
+line\.
+.
+.P
+If false, then don\'t do any onload stuff\.