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-05-03 05:46:01 +0400
committerisaacs <i@izs.me>2010-05-03 05:46:01 +0400
commit3d452d55f595e3b7a26ef97a919ba228bf29c4c0 (patch)
tree401a73c245cd57e6dc4df24ef6909529bed5edf7 /doc
parented81dbf230cea3de2c03439b31a67850a930a094 (diff)
Add registry-install, with dependency resolution, fetching from registry, etc.
Diffstat (limited to 'doc')
-rw-r--r--doc/registry-install.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/registry-install.md b/doc/registry-install.md
new file mode 100644
index 000000000..abed4f638
--- /dev/null
+++ b/doc/registry-install.md
@@ -0,0 +1,10 @@
+npm-registry-install(1) -- Install a package from the registry
+==============================================================
+
+## SYNOPSIS
+
+ npm registry-install <pkg>
+
+## DESCRIPTION
+
+todo: move this to npm install.