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:47:31 +0400
committerisaacs <i@izs.me>2010-04-26 03:39:52 +0400
commitc616ca5424d06bab3272f1e06309a3471d3ff827 (patch)
tree29756139add4d661de4ebe8f7b44e46e4afbef35 /doc/publish.md
parentf85134fe2a92c840d05e84fb9ac74f061f27c33f (diff)
refactor publish doc
Diffstat (limited to 'doc/publish.md')
-rw-r--r--doc/publish.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/publish.md b/doc/publish.md
new file mode 100644
index 000000000..6de79ac5d
--- /dev/null
+++ b/doc/publish.md
@@ -0,0 +1,9 @@
+npm-publish(1) -- Publish a package
+===================================
+
+ npm publish http://host.com/path/to/tarball.tgz
+
+Publishes a tarball containing a package to the npm registry.
+
+When installation from the registry is supported, this will be much more
+relevant.