diff options
Diffstat (limited to 'deps/npm/man/man3/npm-root.3')
-rw-r--r-- | deps/npm/man/man3/npm-root.3 | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/deps/npm/man/man3/npm-root.3 b/deps/npm/man/man3/npm-root.3 new file mode 100644 index 000000000..6635da7e1 --- /dev/null +++ b/deps/npm/man/man3/npm-root.3 @@ -0,0 +1,24 @@ +.\" Generated with Ronnjs 0.3.8 +.\" http://github.com/kapouer/ronnjs/ +. +.TH "NPM\-ROOT" "3" "July 2013" "" "" +. +.SH "NAME" +\fBnpm-root\fR \-\- Display npm root +. +.SH "SYNOPSIS" +. +.nf +npm\.commands\.root(args, callback) +. +.fi +. +.SH "DESCRIPTION" +Print the effective \fBnode_modules\fR folder to standard out\. +. +.P +\'args\' is never used and callback is never called with data\. +\'args\' must be present or things will break\. +. +.P +This function is not useful programmatically\. |