Skip to content

Commit 329a996

Browse files
committed
Make doc (new version of ronn)
1 parent 12026f0 commit 329a996

34 files changed

+73
-57
lines changed

man/activate.1

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +0,0 @@
1-
.\" Generated with Ronnjs/v0.1
2-
.\" http://github.com/kapouer/ronnjs/
3-
.
4-
.TH "ACTIVATE" "1" "August 2010" "" ""
5-
.
6-
.SH "NAME"
7-
\fBactivate\fR \-\- Activate an installed version of a package
8-
.
9-
.SH "SYNOPSIS"
10-
.
11-
.nf
12-
npm activate <name>@<version> [<name>@<version> \.\.\.]
13-
.
14-
.fi
15-
.
16-
.SH "DESCRIPTION"
17-
This "activates" a specific version of a package, so that you can just do \fBrequire("foo")\fR without having to specify the version\.
18-
.
19-
.SH "SEE ALSO"
20-
npm\-deactivate(1)

man/adduser.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" Generated with Ronnjs/v0.1
22
.\" http://github.com/kapouer/ronnjs/
33
.
4-
.TH "NPM\-ADDUSER" "1" "August 2010" "" ""
4+
.TH "NPM\-ADDUSER" "1" "September 2010" "" ""
55
.
66
.SH "NAME"
77
\fBnpm-adduser\fR \-\- Add a registry user account

man/build.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" Generated with Ronnjs/v0.1
22
.\" http://github.com/kapouer/ronnjs/
33
.
4-
.TH "NPM\-BUILD" "1" "August 2010" "" ""
4+
.TH "NPM\-BUILD" "1" "September 2010" "" ""
55
.
66
.SH "NAME"
77
\fBnpm-build\fR \-\- Build a package

man/bundle.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" Generated with Ronnjs/v0.1
22
.\" http://github.com/kapouer/ronnjs/
33
.
4-
.TH "NPM\-BUNDLE" "1" "August 2010" "" ""
4+
.TH "NPM\-BUNDLE" "1" "September 2010" "" ""
55
.
66
.SH "NAME"
77
\fBnpm-bundle\fR \-\- Bundle package dependencies

man/cache.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" Generated with Ronnjs/v0.1
22
.\" http://github.com/kapouer/ronnjs/
33
.
4-
.TH "NPM\-CACHE" "1" "August 2010" "" ""
4+
.TH "NPM\-CACHE" "1" "September 2010" "" ""
55
.
66
.SH "NAME"
77
\fBnpm-cache\fR \-\- install a package

man/coding-style.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" Generated with Ronnjs/v0.1
22
.\" http://github.com/kapouer/ronnjs/
33
.
4-
.TH "NPM\-CODING\-STYLE" "1" "August 2010" "" ""
4+
.TH "NPM\-CODING\-STYLE" "1" "September 2010" "" ""
55
.
66
.SH "NAME"
77
\fBnpm-coding-style\fR \-\- npm\'s "funny" coding style

man/config.1

Lines changed: 34 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" Generated with Ronnjs/v0.1
22
.\" http://github.com/kapouer/ronnjs/
33
.
4-
.TH "NPM\-CONFIG" "1" "August 2010" "" ""
4+
.TH "NPM\-CONFIG" "1" "September 2010" "" ""
55
.
66
.SH "NAME"
77
\fBnpm-config\fR \-\- Manage the npm configuration file
@@ -115,10 +115,39 @@ Configurations defined on the command line are not saved to the \.npmrc file\.
115115
Default: "info"
116116
.
117117
.P
118-
The log level to show\. Levels are: verbose, info, warn, error, win, silent\.
119-
Each of these maps to a numeric value, above which all logs must pass to be
120-
seen\. "win" only shows the "ok" or "not ok" ending message\. The other
121-
options are self\-explanatory\.
118+
The log level to show\.
119+
.
120+
.P
121+
Each level maps to a numeric value, above which all logs must pass to be
122+
seen\. So, setting it to "warn" shows "win", "error" and "warn" messages\.
123+
.
124+
.P
125+
The log levels:
126+
.
127+
.IP "\(bu" 4
128+
silent: Show no output\. Nothing\. If there is output on stderr, it\'s
129+
because something is broken\.
130+
.
131+
.IP "\(bu" 4
132+
win: Show the "npm ok" or "npm not ok", but that\'s all\.
133+
.
134+
.IP "\(bu" 4
135+
error: Errors, usually with a stack trace\.
136+
.
137+
.IP "\(bu" 4
138+
warn: Things that you should probably be aware of\.
139+
.
140+
.IP "\(bu" 4
141+
info: Helpful info\.
142+
.
143+
.IP "\(bu" 4
144+
silly: Not\-helpful info\. (Lots of dumping whole objects and such\.)
145+
.
146+
.IP "" 0
147+
.
148+
.P
149+
Note that output to stdout is always printed\. This setting just modifies
150+
what\'s logged to stderr\.
122151
.
123152
.SS "auto\-activate"
124153
Default: true

man/deactivate.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" Generated with Ronnjs/v0.1
22
.\" http://github.com/kapouer/ronnjs/
33
.
4-
.TH "NPM\-DEACTIVATE" "1" "August 2010" "" ""
4+
.TH "NPM\-DEACTIVATE" "1" "September 2010" "" ""
55
.
66
.SH "NAME"
77
\fBnpm-deactivate\fR \-\- Deactivate the active version of a package

man/developers.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" Generated with Ronnjs/v0.1
22
.\" http://github.com/kapouer/ronnjs/
33
.
4-
.TH "NPM\-DEVELOPERS" "1" "August 2010" "" ""
4+
.TH "NPM\-DEVELOPERS" "1" "September 2010" "" ""
55
.
66
.SH "NAME"
77
\fBnpm-developers\fR \-\- Developer Guide

man/folders.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" Generated with Ronnjs/v0.1
22
.\" http://github.com/kapouer/ronnjs/
33
.
4-
.TH "NPM\-FOLDERS" "1" "August 2010" "" ""
4+
.TH "NPM\-FOLDERS" "1" "September 2010" "" ""
55
.
66
.SH "NAME"
77
\fBnpm-folders\fR \-\- Folder Structures Used by npm

man/future-ideas/deploy.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" Generated with Ronnjs/v0.1
22
.\" http://github.com/kapouer/ronnjs/
33
.
4-
.TH "NPM\-DEPLOY" "1" "August 2010" "" ""
4+
.TH "NPM\-DEPLOY" "1" "September 2010" "" ""
55
.
66
.SH "NAME"
77
\fBnpm-deploy\fR \-\- Deploy a package to a remote host

man/future-ideas/remote.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" Generated with Ronnjs/v0.1
22
.\" http://github.com/kapouer/ronnjs/
33
.
4-
.TH "NPM\-REMOTE" "1" "August 2010" "" ""
4+
.TH "NPM\-REMOTE" "1" "September 2010" "" ""
55
.
66
.SH "NAME"
77
\fBnpm-remote\fR \-\- Execute commands on a remote machine

man/future-ideas/site.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" Generated with Ronnjs/v0.1
22
.\" http://github.com/kapouer/ronnjs/
33
.
4-
.TH "NPM\-SITE" "1" "August 2010" "" ""
4+
.TH "NPM\-SITE" "1" "September 2010" "" ""
55
.
66
.SH "NAME"
77
\fBnpm-site\fR \-\- Run the npm web site

man/help.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" Generated with Ronnjs/v0.1
22
.\" http://github.com/kapouer/ronnjs/
33
.
4-
.TH "NPM\-HELP" "1" "August 2010" "" ""
4+
.TH "NPM\-HELP" "1" "September 2010" "" ""
55
.
66
.SH "NAME"
77
\fBnpm-help\fR \-\- Get help about npm commands

man/install.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" Generated with Ronnjs/v0.1
22
.\" http://github.com/kapouer/ronnjs/
33
.
4-
.TH "NPM\-INSTALL" "1" "August 2010" "" ""
4+
.TH "NPM\-INSTALL" "1" "September 2010" "" ""
55
.
66
.SH "NAME"
77
\fBnpm-install\fR \-\- install a package

man/json.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" Generated with Ronnjs/v0.1
22
.\" http://github.com/kapouer/ronnjs/
33
.
4-
.TH "NPM\-JSON" "1" "August 2010" "" ""
4+
.TH "NPM\-JSON" "1" "September 2010" "" ""
55
.
66
.SH "NAME"
77
\fBnpm-json\fR \-\- Specifics of npm\'s package\.json handling

man/link.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" Generated with Ronnjs/v0.1
22
.\" http://github.com/kapouer/ronnjs/
33
.
4-
.TH "NPM\-LINK" "1" "August 2010" "" ""
4+
.TH "NPM\-LINK" "1" "September 2010" "" ""
55
.
66
.SH "NAME"
77
\fBnpm-link\fR \-\- Symlink a package folder

man/list.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" Generated with Ronnjs/v0.1
22
.\" http://github.com/kapouer/ronnjs/
33
.
4-
.TH "NPM\-LIST" "1" "August 2010" "" ""
4+
.TH "NPM\-LIST" "1" "September 2010" "" ""
55
.
66
.SH "NAME"
77
\fBnpm-list\fR \-\- List installed packages

man/ln.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" Generated with Ronnjs/v0.1
22
.\" http://github.com/kapouer/ronnjs/
33
.
4-
.TH "NPM\-LINK" "1" "August 2010" "" ""
4+
.TH "NPM\-LINK" "1" "September 2010" "" ""
55
.
66
.SH "NAME"
77
\fBnpm-link\fR \-\- Symlink a package folder

man/ls.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" Generated with Ronnjs/v0.1
22
.\" http://github.com/kapouer/ronnjs/
33
.
4-
.TH "NPM\-LIST" "1" "August 2010" "" ""
4+
.TH "NPM\-LIST" "1" "September 2010" "" ""
55
.
66
.SH "NAME"
77
\fBnpm-list\fR \-\- List installed packages

man/npm.1

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" Generated with Ronnjs/v0.1
22
.\" http://github.com/kapouer/ronnjs/
33
.
4-
.TH "NPM" "1" "August 2010" "" ""
4+
.TH "NPM" "1" "September 2010" "" ""
55
.
66
.SH "NAME"
77
\fBnpm\fR \-\- node package manager
@@ -394,5 +394,12 @@ bundle command
394394
.br
395395
rebuild command
396396
.
397+
.IP "\(bu" 4
398+
0\.1\.28:
399+
Lots more bug killing
400+
.
401+
.br
402+
Various fixes found during the Node Knockout extravaganza
403+
.
397404
.IP "" 0
398405

man/owner.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" Generated with Ronnjs/v0.1
22
.\" http://github.com/kapouer/ronnjs/
33
.
4-
.TH "NPM\-OWNER" "1" "August 2010" "" ""
4+
.TH "NPM\-OWNER" "1" "September 2010" "" ""
55
.
66
.SH "NAME"
77
\fBnpm-owner\fR \-\- Manage package owners

man/publish.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" Generated with Ronnjs/v0.1
22
.\" http://github.com/kapouer/ronnjs/
33
.
4-
.TH "NPM\-PUBLISH" "1" "August 2010" "" ""
4+
.TH "NPM\-PUBLISH" "1" "September 2010" "" ""
55
.
66
.SH "NAME"
77
\fBnpm-publish\fR \-\- Publish a package

man/rebuild.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" Generated with Ronnjs/v0.1
22
.\" http://github.com/kapouer/ronnjs/
33
.
4-
.TH "NPM\-REBUILD" "1" "August 2010" "" ""
4+
.TH "NPM\-REBUILD" "1" "September 2010" "" ""
55
.
66
.SH "NAME"
77
\fBnpm-rebuild\fR \-\- Rebuild a package

man/restart.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" Generated with Ronnjs/v0.1
22
.\" http://github.com/kapouer/ronnjs/
33
.
4-
.TH "NPM\-RESTART" "1" "August 2010" "" ""
4+
.TH "NPM\-RESTART" "1" "September 2010" "" ""
55
.
66
.SH "NAME"
77
\fBnpm-restart\fR \-\- Start a package

man/rm.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" Generated with Ronnjs/v0.1
22
.\" http://github.com/kapouer/ronnjs/
33
.
4-
.TH "NPM\-UNINSTALL" "1" "August 2010" "" ""
4+
.TH "NPM\-UNINSTALL" "1" "September 2010" "" ""
55
.
66
.SH "NAME"
77
\fBnpm-uninstall\fR \-\- Remove a package

man/start.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" Generated with Ronnjs/v0.1
22
.\" http://github.com/kapouer/ronnjs/
33
.
4-
.TH "NPM\-START" "1" "August 2010" "" ""
4+
.TH "NPM\-START" "1" "September 2010" "" ""
55
.
66
.SH "NAME"
77
\fBnpm-start\fR \-\- Start a package

man/stop.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" Generated with Ronnjs/v0.1
22
.\" http://github.com/kapouer/ronnjs/
33
.
4-
.TH "NPM\-STOP" "1" "August 2010" "" ""
4+
.TH "NPM\-STOP" "1" "September 2010" "" ""
55
.
66
.SH "NAME"
77
\fBnpm-stop\fR \-\- Stop a package

man/tag.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" Generated with Ronnjs/v0.1
22
.\" http://github.com/kapouer/ronnjs/
33
.
4-
.TH "NPM\-TAG" "1" "August 2010" "" ""
4+
.TH "NPM\-TAG" "1" "September 2010" "" ""
55
.
66
.SH "NAME"
77
\fBnpm-tag\fR \-\- Tag a published version

man/test.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" Generated with Ronnjs/v0.1
22
.\" http://github.com/kapouer/ronnjs/
33
.
4-
.TH "NPM\-TEST" "1" "August 2010" "" ""
4+
.TH "NPM\-TEST" "1" "September 2010" "" ""
55
.
66
.SH "NAME"
77
\fBnpm-test\fR \-\- Test a package

man/uninstall.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" Generated with Ronnjs/v0.1
22
.\" http://github.com/kapouer/ronnjs/
33
.
4-
.TH "NPM\-UNINSTALL" "1" "August 2010" "" ""
4+
.TH "NPM\-UNINSTALL" "1" "September 2010" "" ""
55
.
66
.SH "NAME"
77
\fBnpm-uninstall\fR \-\- Remove a package

man/unpublish.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" Generated with Ronnjs/v0.1
22
.\" http://github.com/kapouer/ronnjs/
33
.
4-
.TH "NPM\-UNPUBLISH" "1" "August 2010" "" ""
4+
.TH "NPM\-UNPUBLISH" "1" "September 2010" "" ""
55
.
66
.SH "NAME"
77
\fBnpm-unpublish\fR \-\- Remove a package from the registry

man/update.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" Generated with Ronnjs/v0.1
22
.\" http://github.com/kapouer/ronnjs/
33
.
4-
.TH "NPM\-UPDATE" "1" "August 2010" "" ""
4+
.TH "NPM\-UPDATE" "1" "September 2010" "" ""
55
.
66
.SH "NAME"
77
\fBnpm-update\fR \-\- Update a package

man/view.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" Generated with Ronnjs/v0.1
22
.\" http://github.com/kapouer/ronnjs/
33
.
4-
.TH "NPM\-VIEW" "1" "August 2010" "" ""
4+
.TH "NPM\-VIEW" "1" "September 2010" "" ""
55
.
66
.SH "NAME"
77
\fBnpm-view\fR \-\- View registry info

0 commit comments

Comments
 (0)