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

tag.1 « man - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/man/tag.1
blob: 6132b05d275a8feb2afd64940e6b71c693826738 (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
.\" generated with Ronn/v0.4.1
.\" http://github.com/rtomayko/ronn/
.
.TH "NPM\-TAG" "1" "April 2010" "" ""
.
.SH "NAME"
\fBnpm\-tag\fR \-\- Tag a published version
.
.SH "SYNOPSIS"
.
.nf
npm tag packagename 1.2.3 tagname
.
.fi
.
.SH "DESCRIPTION"
Tags the specified version of "packagename" with the specified "tagname".
.
.P
The only tag with any special significance is "stable".
.
.P
When installation from the registry is supported, this will be much more
relevant.