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:44:20 +0400
committerisaacs <i@izs.me>2010-04-26 03:39:52 +0400
commitcbae4a97599251ce5ee204811d5a00bf22e74ca5 (patch)
treeae476882765d102878f0147a3fa27bbba41cac1e /doc/link.md
parent0d21c4b92743f86265cdbb63b4859c2f921c3681 (diff)
refactor link doc
Diffstat (limited to 'doc/link.md')
-rw-r--r--doc/link.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/link.md b/doc/link.md
new file mode 100644
index 000000000..65aeddc06
--- /dev/null
+++ b/doc/link.md
@@ -0,0 +1,9 @@
+npm-link(1) -- Symlink a package folder
+=======================================
+
+ npm link <folder>
+
+This will link a source folder into npm's registry using a symlink, and then
+build it according to the package.json file in that folder's root. This is
+handy for installing your own stuff, so that you can work on it and test it
+iteratively without having to continually rebuild.