Welcome to mirror list, hosted at ThFree Co, Russian Federation.

build.1 « man - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 37eace7ad789e64c024a2f37e120b1940e1bc3d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
.\" Generated with Ronnjs/v0.1
.\" http://github.com/kapouer/ronnjs/
.
.TH "NPM\-BUILD" "1" "August 2010" "" ""
.
.SH "NAME"
\fBnpm-build\fR \-\- Build a package
.
.SH "SYNOPSIS"
.
.nf
npm build <package\-folder>
.
.fi
.
.IP "\(bu" 4
\fB<package\-folder>\fR:
A folder containing a \fBpackage\.json\fR file in its root\.
.
.IP "" 0
.
.SH "DESCRIPTION"
This command should almost never need to be run directly\.  It is an abstraction
of the functionality shared by both npm\-install(1) and npm\-link(1)\.
.
.P
This command creates the various interwoven links that ensure a package\'s contents
are available in the root appropriately, and that its dependencies are linked
appropriately\.
.
.SH "SEE ALSO"
.
.IP "\(bu" 4
npm\-install(1)
.
.IP "\(bu" 4
npm\-link(1)
.
.IP "\(bu" 4
npm\-scripts(1)
.
.IP "\(bu" 4
npm\-json(1)
.
.IP "" 0