summaryrefslogtreecommitdiff
path: root/deps/npm/doc/api/npm-bin.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/doc/api/npm-bin.md')
-rw-r--r--deps/npm/doc/api/npm-bin.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/deps/npm/doc/api/npm-bin.md b/deps/npm/doc/api/npm-bin.md
new file mode 100644
index 000000000..f3dc48286
--- /dev/null
+++ b/deps/npm/doc/api/npm-bin.md
@@ -0,0 +1,13 @@
+npm-bin(3) -- Display npm bin folder
+====================================
+
+## SYNOPSIS
+
+ npm.commands.bin(args, cb)
+
+## DESCRIPTION
+
+Print the folder where npm will install executables.
+
+This function should not be used programmatically. Instead, just refer
+to the `npm.bin` member.