~webapps/unity-js-scopes/node.js

« back to all changes in this revision

Viewing changes to deps/npm/man/man3/npm-bin.3

  • Committer: Marcus Tomlinson
  • Date: 2015-11-13 07:59:04 UTC
  • Revision ID: marcus.tomlinson@canonical.com-20151113075904-h0swczmoq1rvstfc
Node v4 (stable)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH "NPM\-BIN" "3" "September 2015" "" ""
 
2
.SH "NAME"
 
3
\fBnpm-bin\fR \- Display npm bin folder
 
4
.SH SYNOPSIS
 
5
.P
 
6
.RS 2
 
7
.nf
 
8
npm\.commands\.bin(args, cb)
 
9
.fi
 
10
.RE
 
11
.SH DESCRIPTION
 
12
.P
 
13
Print the folder where npm will install executables\.
 
14
.P
 
15
This function should not be used programmatically\.  Instead, just refer
 
16
to the \fBnpm\.bin\fP property\.
 
17