]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/man/man3/npm-docs.3
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / man / man3 / npm-docs.3
1 .TH "NPM\-DOCS" "3" "October 2016" "" ""
2 .SH "NAME"
3 \fBnpm-docs\fR \- Docs for a package in a web browser maybe
4 .SH SYNOPSIS
5 .P
6 .RS 2
7 .nf
8 npm\.commands\.docs(package, callback)
9 .fi
10 .RE
11 .SH DESCRIPTION
12 .P
13 This command tries to guess at the likely location of a package's
14 documentation URL, and then tries to open it using the \fB\-\-browser\fP
15 config param\.
16 .P
17 Like other commands, the first parameter is an array\. This command only
18 uses the first element, which is expected to be a package name with an
19 optional version number\.
20 .P
21 This command will launch a browser, so this command may not be the most
22 friendly for programmatic use\.
23