Index
Package
In this package…
- npm (1)
npm-activate (1)
npm-adduser (1)
npm-build (1)
npm-bundle (1)
npm-cache (1)
npm-changelog (1)
npm-coding-style (1)
npm-completion (1)
npm-config (1)
npm-deactivate (1)
npm-deprecate (1)
npm-developers (1)
npm-docs (1)
npm-edit (1)
npm-explore (1)
npm-faq (1)
npm-find (1)
npm-folders (1)
npm-get (1)
npm-init (1)
npm-install (1)
npm-json (1)
npm-link (1)
npm-list (1)
npm-ln (1)
npm-ls (1)
npm-outdated (1)
npm-owner (1)
npm-publish (1)
npm-rebuild (1)
npm-registry (1)
npm-restart (1)
npm-rm (1)
npm-run-script (1)
npm-scripts (1)
npm-search (1)
npm-set (1)
npm-start (1)
npm-stop (1)
npm-tag (1)
npm-test (1)
npm-uninstall (1)
npm-unpublish (1)
npm-update (1)
npm-version (1)
npm-view (1)
NAME
npm-tag -- Tag a published versionSYNOPSIS
npm tag <name>@<version> <tagname>
DESCRIPTION
Tags the specified version of the package with the specified "tagname".The only tag with special significance is "latest". That version is installed by default when no other tag or version number is specified, and always points to the most recently updated version of a package.
Web development
by Mathieu Rodic, last updated on August 2011
-
Source : Debian Archive