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
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2010-04-26 02:41:23 +0400
committerisaacs <i@izs.me>2010-04-26 02:45:05 +0400
commita501e5efdad1fb6ba89a8e3fd91f9d7b19ca5031 (patch)
treeef9b6bc00be6669c5f37caf820ffe4561ef00b6a /doc/activate.md
parentf53f4c25a30b4f069d7fb204ef589ee70b1d94b8 (diff)
refactor activate doc
Diffstat (limited to 'doc/activate.md')
-rw-r--r--doc/activate.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/activate.md b/doc/activate.md
new file mode 100644
index 000000000..b71c6bb2c
--- /dev/null
+++ b/doc/activate.md
@@ -0,0 +1,9 @@
+npm activate(1) -- Activate an installed version of a package
+=============================================================
+
+ npm activate <name> <version>
+
+This "activates" a specific version of a package, so that you can just do
+`require("foo")` without having to specify the version.
+
+See: deactivate