]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/doc/cli/npm-help.md
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / doc / cli / npm-help.md
1 npm-help(1) -- Get help on npm
2 ==============================
3
4 ## SYNOPSIS
5
6     npm help <topic>
7     npm help some search terms
8
9 ## DESCRIPTION
10
11 If supplied a topic, then show the appropriate documentation page.
12
13 If the topic does not exist, or if multiple terms are provided, then run
14 the `help-search` command to find a match.  Note that, if `help-search`
15 finds a single subject, then it will run `help` on that topic, so unique
16 matches are equivalent to specifying a topic name.
17
18 ## CONFIGURATION
19
20 ### viewer
21
22 * Default: "man" on Posix, "browser" on Windows
23 * Type: path
24
25 The program to use to view help content.
26
27 Set to `"browser"` to view html help content in the default web browser.
28
29 ## SEE ALSO
30
31 * npm(1)
32 * README
33 * npm-faq(7)
34 * npm-folders(5)
35 * npm-config(1)
36 * npm-config(7)
37 * npmrc(5)
38 * package.json(5)
39 * npm-help-search(1)
40 * npm-index(7)