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

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2010-05-03 23:30:30 +0400
committerisaacs <i@izs.me>2010-05-03 23:30:30 +0400
commitb70b2a09fa76f1cc3e3f9da7dd4f48ac073d6d0a (patch)
treea1e40a1473c3b5db3efea8ad338c966fac605400 /man/build.1
parenta3dec1abdf971e83377ff167382c56fe26f6c8d6 (diff)
Add built documentation to project, so that the install doesn't require ronn
Diffstat (limited to 'man/build.1')
-rw-r--r--man/build.143
1 files changed, 43 insertions, 0 deletions
diff --git a/man/build.1 b/man/build.1
new file mode 100644
index 000000000..e1bb6cf8a
--- /dev/null
+++ b/man/build.1
@@ -0,0 +1,43 @@
+.\" generated with Ronn/v0.4.1
+.\" http://github.com/rtomayko/ronn/
+.
+.TH "NPM\-BUILD" "1" "May 2010" "" ""
+.
+.SH "NAME"
+\fBnpm\-build\fR \-\- Build a package
+.
+.SH "SYNOPSIS"
+.
+.nf
+npm build <package\-folder>
+.
+.fi
+.
+.TP
+\fIpackage\-folder\fR
+A folder containing a \fBpackage.json\fR file in its root.
+.
+.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