node/deps/npm/man/man3/npm-bin.3

18 lines
337 B
Groff
Raw Normal View History

.TH "NPM\-BIN" "3" "January 2015" "" ""
.SH "NAME"
2014-09-25 05:41:07 +08:00
\fBnpm-bin\fR \- Display npm bin folder
.SH SYNOPSIS
.P
.RS 2
2014-11-05 07:08:12 +08:00
.nf
npm\.commands\.bin(args, cb)
2014-11-05 07:08:12 +08:00
.fi
2014-09-25 05:41:07 +08:00
.RE
.SH DESCRIPTION
.P
Print the folder where npm will install executables\.
.P
This function should not be used programmatically\. Instead, just refer
2014-11-05 07:08:12 +08:00
to the \fBnpm\.bin\fR property\.
2014-09-25 05:41:07 +08:00