diff options
Diffstat (limited to 'deps/npm/doc/cli/npm-bin.md')
-rw-r--r-- | deps/npm/doc/cli/npm-bin.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/deps/npm/doc/cli/npm-bin.md b/deps/npm/doc/cli/npm-bin.md new file mode 100644 index 000000000..49d209d7f --- /dev/null +++ b/deps/npm/doc/cli/npm-bin.md @@ -0,0 +1,19 @@ +npm-bin(1) -- Display npm bin folder +==================================== + +## SYNOPSIS + + npm bin + +## DESCRIPTION + +Print the folder where npm will install executables. + +## SEE ALSO + +* npm-prefix(1) +* npm-root(1) +* npm-folders(7) +* npm-config(1) +* npm-config(7) +* npmrc(5) |