]> 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-completion.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-completion.md
1 npm-completion(1) -- Tab Completion for npm
2 ===========================================
3
4 ## SYNOPSIS
5
6     . <(npm completion)
7
8 ## DESCRIPTION
9
10 Enables tab-completion in all npm commands.
11
12 The synopsis above
13 loads the completions into your current shell.  Adding it to
14 your ~/.bashrc or ~/.zshrc will make the completions available
15 everywhere.
16
17 You may of course also pipe the output of npm completion to a file
18 such as `/usr/local/etc/bash_completion.d/npm` if you have a system
19 that will read that file for you.
20
21 When `COMP_CWORD`, `COMP_LINE`, and `COMP_POINT` are defined in the
22 environment, `npm completion` acts in "plumbing mode", and outputs
23 completions based on the arguments.
24
25 ## SEE ALSO
26
27 * npm-developers(7)
28 * npm-faq(7)
29 * npm(1)