]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/doc/api/npm-commands.md
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / doc / api / npm-commands.md
1 npm-commands(3) -- npm commands
2 ===============================
3
4 ## SYNOPSIS
5
6     npm.commands[<command>](args, callback)
7
8 ## DESCRIPTION
9
10 npm comes with a full set of commands, and each of the commands takes a
11 similar set of arguments.
12
13 In general, all commands on the command object take an **array** of positional
14 argument **strings**. The last argument to any function is a callback. Some
15 commands are special and take other optional arguments.
16
17 All commands have their own man page. See `man npm-<command>` for command-line
18 usage, or `man 3 npm-<command>` for programmatic usage.
19
20 ## SEE ALSO
21
22 * npm-index(7)