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-05-03 23:30:30 +0400
committerisaacs <i@izs.me>2010-05-03 23:30:30 +0400
commitb70b2a09fa76f1cc3e3f9da7dd4f48ac073d6d0a (patch)
treea1e40a1473c3b5db3efea8ad338c966fac605400 /man/folders.1
parenta3dec1abdf971e83377ff167382c56fe26f6c8d6 (diff)
Add built documentation to project, so that the install doesn't require ronn
Diffstat (limited to 'man/folders.1')
-rw-r--r--man/folders.140
1 files changed, 40 insertions, 0 deletions
diff --git a/man/folders.1 b/man/folders.1
new file mode 100644
index 000000000..f5f61f93c
--- /dev/null
+++ b/man/folders.1
@@ -0,0 +1,40 @@
+.\" generated with Ronn/v0.4.1
+.\" http://github.com/rtomayko/ronn/
+.
+.TH "NPM\-FOLDERS" "1" "April 2010" "" ""
+.
+.SH "NAME"
+\fBnpm\-folders\fR \-\- Folder Structures Used by npm
+.
+.SH "DESCRIPTION"
+Everything lives in the \fBroot\fR setting. This defaults to \fB$HOME/.node_libraries/\fR. I'd like to be able to override it, but that's not
+possible yet.
+.
+.P
+\fBroot/.npm/foo\fR is where the stuff for package \fBfoo\fR would go.
+.
+.P
+\fBroot/.npm/foo/1.0.0/package\fR the contents of the tarball containing foo
+version 1.0.0
+.
+.P
+\fBroot/.npm/foo/1.0.0/main.js\fR Generated file that exports the \fBmain\fR module in
+foo.
+.
+.P
+\fBroot/.npm/foo/1.0.0/lib\fR symlink to the \fBlib\fR dir in foo.
+.
+.P
+\fBroot/.npm/foo/active\fR symlink to the active version.
+.
+.P
+\fBroot/foo\-1.0.0.js\fR symlink to \fB.npm/foo/1.0.0/main.js\fR
+.
+.P
+\fBroot/foo.js\fR symlink to \fB.npm/foo/active/main.js\fR
+.
+.P
+\fBroot/foo\fR symlink to \fB.npm/foo/active/lib\fR
+.
+.P
+\fBroot/foo\-1.0.0\fR symlink to \fB.npm/foo/1.0.0/lib\fR