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
path: root/doc
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2010-04-26 02:47:53 +0400
committerisaacs <i@izs.me>2010-04-26 03:39:52 +0400
commit2ffaf4630c7ad7150435c73eb1544dbe092aa3d4 (patch)
treed5083fc5f973e6ba675bb900413b9aec0acc025d /doc
parentc616ca5424d06bab3272f1e06309a3471d3ff827 (diff)
refactor tag doc
Diffstat (limited to 'doc')
-rw-r--r--doc/tag.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/tag.md b/doc/tag.md
new file mode 100644
index 000000000..be315ef1d
--- /dev/null
+++ b/doc/tag.md
@@ -0,0 +1,12 @@
+npm-tag(1) -- Tag a published version
+=====================================
+
+ npm tag packagename 1.2.3 tagname
+
+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.
+