blob: 2960a11a67d9f02b4e38753eb63633f8db09ac32 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
.\" Generated with Ronnjs 0.3.8
.\" http://github.com/kapouer/ronnjs/
.
.TH "NPM\-BIN" "3" "September 2013" "" ""
.
.SH "NAME"
\fBnpm-bin\fR \-\- Display npm bin folder
.
.SH "SYNOPSIS"
.
.nf
npm\.commands\.bin(args, cb)
.
.fi
.
.SH "DESCRIPTION"
Print the folder where npm will install executables\.
.
.P
This function should not be used programmatically\. Instead, just refer
to the \fBnpm\.bin\fR member\.
|