node/deps/npm/man/man1/npm-build.1

35 lines
547 B
Groff
Raw Normal View History

.TH "NPM\-BUILD" "1" "April 2015" "" ""
.SH "NAME"
2014-09-25 05:41:07 +08:00
\fBnpm-build\fR \- Build a package
.SH SYNOPSIS
.P
.RS 2
2014-11-05 07:08:12 +08:00
.nf
npm build <package\-folder>
2014-11-05 07:08:12 +08:00
.fi
2014-09-25 05:41:07 +08:00
.RE
.RS 0
.IP \(bu 2
\fB<package\-folder>\fR:
A folder containing a \fBpackage\.json\fR file in its root\.
2014-09-25 05:41:07 +08:00
.RE
.SH DESCRIPTION
.P
This is the plumbing command called by \fBnpm link\fR and \fBnpm install\fR\|\.
.P
It should generally not be called directly\.
2014-09-25 05:41:07 +08:00
.SH SEE ALSO
.RS 0
.IP \(bu 2
npm help install
2014-09-25 05:41:07 +08:00
.IP \(bu 2
npm help link
2014-09-25 05:41:07 +08:00
.IP \(bu 2
2014-09-17 06:38:50 +08:00
npm help 7 scripts
2014-09-25 05:41:07 +08:00
.IP \(bu 2
2014-09-17 06:38:50 +08:00
npm help 5 package\.json
2014-09-25 05:41:07 +08:00
.RE