The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / deps / npm / man / man3 / tag.3 @ 5aef65a9

History | View | Annotate | Download (971 Bytes)

1
.\" Generated with Ronnjs 0.3.8
2
.\" http://github.com/kapouer/ronnjs/
3
.
4
.TH "NPM\-TAG" "3" "February 2013" "" ""
5
.
6
.SH "NAME"
7
\fBnpm-tag\fR \-\- Tag a published version
8
.
9
.SH "SYNOPSIS"
10
.
11
.nf
12
npm\.commands\.tag(package@version, tag, callback)
13
.
14
.fi
15
.
16
.SH "DESCRIPTION"
17
Tags the specified version of the package with the specified tag, or the \fB\-\-tag\fR config if not specified\.
18
.
19
.P
20
The \'package@version\' is an array of strings, but only the first two elements are
21
currently used\.
22
.
23
.P
24
The first element must be in the form package@version, where package
25
is the package name and version is the version number (much like installing a
26
specific version)\.
27
.
28
.P
29
The second element is the name of the tag to tag this version with\. If this
30
parameter is missing or falsey (empty), the default froom the config will be
31
used\. For more information about how to set this config, check \fBman 3 npm\-config\fR for programmatic usage or \fBman npm\-config\fR for cli usage\.