blob: 7aaa11b2a21ef500f8e9a490d5bc0c46c7adafad (
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/v0.1
.\" http://github.com/kapouer/ronnjs/
.
.TH "NPM\-BIN" "3" "March 2012" "" ""
.
.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\.
|