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

tag.md « doc - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bcf9cd50c05b320e199bda9a976acedd53277e8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
npm-tag(1) -- Tag a published version
=====================================

## SYNOPSIS

    npm tag packagename 1.2.3 tagname

## DESCRIPTION

Tags the specified version of "packagename" with the specified "tagname".

The only tag with any special significance is "stable".

When installation from the registry is supported, this will be much more
relevant.