From 0ce985389ee214961c5bbbb3d82d51a1349681d3 Mon Sep 17 00:00:00 2001 From: isaacs Date: Thu, 3 Mar 2011 19:02:59 -0800 Subject: make doc --- man1/activate.1 | 2 +- man1/adduser.1 | 58 +++++++++++++++++++++++++++++++++++ man1/build.1 | 2 +- man1/bundle.1 | 2 +- man1/cache.1 | 2 +- man1/changelog.1 | 2 +- man1/coding-style.1 | 15 ++++++++- man1/completion.1 | 2 +- man1/config.1 | 2 +- man1/deactivate.1 | 2 +- man1/deprecate.1 | 2 +- man1/developers.1 | 8 ++++- man1/docs.1 | 2 +- man1/edit.1 | 2 +- man1/explore.1 | 2 +- man1/faq.1 | 2 +- man1/find.1 | 2 +- man1/folders.1 | 2 +- man1/future-ideas/deploy.1 | 2 +- man1/future-ideas/new-module-system.1 | 2 +- man1/future-ideas/remote.1 | 2 +- man1/future-ideas/site.1 | 2 +- man1/get.1 | 2 +- man1/init.1 | 2 +- man1/install.1 | 2 +- man1/link.1 | 2 +- man1/list.1 | 2 +- man1/ln.1 | 2 +- man1/ls.1 | 2 +- man1/npm.1 | 4 +-- man1/outdated.1 | 32 ++++++++++++++++++- man1/owner.1 | 2 +- man1/publish.1 | 2 +- man1/rebuild.1 | 5 ++- man1/registry.1 | 2 +- man1/restart.1 | 2 +- man1/rm.1 | 2 +- man1/run-script.1 | 2 +- man1/scripts.1 | 2 +- man1/search.1 | 2 +- man1/set.1 | 2 +- man1/start.1 | 2 +- man1/stop.1 | 2 +- man1/tag.1 | 2 +- man1/test.1 | 2 +- man1/uninstall.1 | 2 +- man1/unpublish.1 | 2 +- man1/update.1 | 2 +- man1/version.1 | 2 +- man1/view.1 | 2 +- 50 files changed, 160 insertions(+), 50 deletions(-) diff --git a/man1/activate.1 b/man1/activate.1 index 6779ead4a..a7e9886fd 100644 --- a/man1/activate.1 +++ b/man1/activate.1 @@ -1,7 +1,7 @@ .\" Generated with Ronnjs/v0.1 .\" http://github.com/kapouer/ronnjs/ . -.TH "ACTIVATE" "1" "January 2011" "" "" +.TH "ACTIVATE" "1" "March 2011" "" "" . .SH "NAME" \fBactivate\fR \-\- Activate an installed version of a package diff --git a/man1/adduser.1 b/man1/adduser.1 index e69de29bb..3e8c71a4f 100644 --- a/man1/adduser.1 +++ b/man1/adduser.1 @@ -0,0 +1,58 @@ +.\" Generated with Ronnjs/v0.1 +.\" http://github.com/kapouer/ronnjs/ +. +.TH "NPM\-ADDUSER" "1" "March 2011" "" "" +. +.SH "NAME" +\fBnpm-adduser\fR \-\- Add a registry user account +. +.SH "SYNOPSIS" +. +.nf +npm adduser +. +.fi +. +.SH "DESCRIPTION" +Create or verify a user named \fB\fR in the npm registry, and +save the credentials to the \fB\|\.npmrc\fR file\. +. +.P +The username, password, and email are read in from prompts\. This command +cannot be scripted\. If you think you need to script the creation of new +users, or the authorization of existing ones, without human intervention, +please rethink your use case\. That\'s a very bad idea\. +. +.P +You may use this command to change your email address, but not username +or password\. +. +.P +You may use this command multiple times with the same user account to +authorize on a new machine\. +. +.SH "CONFIGURATION" +. +.SS "_auth" +A base\-64 encoded "user:pass" pair\. This is created by npm\-adduser(1)\. +. +.P +If your config file is ever corrupted, you can set this manually by doing: +. +.IP "" 4 +. +.nf +npm adduser +. +.fi +. +.IP "" 0 +. +.SS "registry" +Default: https://registry\.npmjs\.org/ +. +.P +The base URL of the npm package registry\. +. +.SS "username, _password" +Once the configuration is parsed, the \fB_auth\fR config is split into \fBusername\fR and \fB_password\fR\|\. This is the part before the ":" diff --git a/man1/build.1 b/man1/build.1 index 78b3ae766..dd00f445b 100644 --- a/man1/build.1 +++ b/man1/build.1 @@ -1,7 +1,7 @@ .\" Generated with Ronnjs/v0.1 .\" http://github.com/kapouer/ronnjs/ . -.TH "NPM\-BUILD" "1" "January 2011" "" "" +.TH "NPM\-BUILD" "1" "March 2011" "" "" . .SH "NAME" \fBnpm-build\fR \-\- Build a package diff --git a/man1/bundle.1 b/man1/bundle.1 index 54268309d..aedd144f5 100644 --- a/man1/bundle.1 +++ b/man1/bundle.1 @@ -1,7 +1,7 @@ .\" Generated with Ronnjs/v0.1 .\" http://github.com/kapouer/ronnjs/ . -.TH "NPM\-BUNDLE" "1" "January 2011" "" "" +.TH "NPM\-BUNDLE" "1" "March 2011" "" "" . .SH "NAME" \fBnpm-bundle\fR \-\- Bundle package dependencies diff --git a/man1/cache.1 b/man1/cache.1 index 8d3f9239f..86f28627e 100644 --- a/man1/cache.1 +++ b/man1/cache.1 @@ -1,7 +1,7 @@ .\" Generated with Ronnjs/v0.1 .\" http://github.com/kapouer/ronnjs/ . -.TH "NPM\-CACHE" "1" "January 2011" "" "" +.TH "NPM\-CACHE" "1" "March 2011" "" "" . .SH "NAME" \fBnpm-cache\fR \-\- install a package diff --git a/man1/changelog.1 b/man1/changelog.1 index b6dd5ad1d..759042ac5 100644 --- a/man1/changelog.1 +++ b/man1/changelog.1 @@ -1,7 +1,7 @@ .\" Generated with Ronnjs/v0.1 .\" http://github.com/kapouer/ronnjs/ . -.TH "NPM\-CHANGELOG" "1" "February 2011" "" "" +.TH "NPM\-CHANGELOG" "1" "March 2011" "" "" . .SH "NAME" \fBnpm-changelog\fR \-\- Changes diff --git a/man1/coding-style.1 b/man1/coding-style.1 index 155560dc7..74d1a8eaf 100644 --- a/man1/coding-style.1 +++ b/man1/coding-style.1 @@ -1,7 +1,7 @@ .\" Generated with Ronnjs/v0.1 .\" http://github.com/kapouer/ronnjs/ . -.TH "NPM\-CODING\-STYLE" "1" "January 2011" "" "" +.TH "NPM\-CODING\-STYLE" "1" "March 2011" "" "" . .SH "NAME" \fBnpm-coding-style\fR \-\- npm\'s "funny" coding style @@ -240,3 +240,16 @@ and are rarely used\. Use a single uppercase letter for function names where the function would normally be anonymous, but needs to call itself recursively\. It makes it clear that it\'s a "throwaway" function\. +. +.SH "null, undefined, false, 0" +Boolean variables and functions should always be either \fBtrue\fR or \fBfalse\fR\|\. Don\'t set it to 0 unless it\'s supposed to be a number\. +. +.P +When something is intentionally missing or removed, set it to \fBnull\fR\|\. +. +.P +Don\'t set things to \fBundefined\fR\|\. Reserve that value to mean "not yet +set to anything\." +. +.P +Boolean objects are verboten\. diff --git a/man1/completion.1 b/man1/completion.1 index f205688a8..55ed2b77e 100644 --- a/man1/completion.1 +++ b/man1/completion.1 @@ -1,7 +1,7 @@ .\" Generated with Ronnjs/v0.1 .\" http://github.com/kapouer/ronnjs/ . -.TH "NPM\-COMPLETION" "1" "December 2010" "" "" +.TH "NPM\-COMPLETION" "1" "March 2011" "" "" . .SH "NAME" \fBnpm-completion\fR \-\- Tab Completion for npm diff --git a/man1/config.1 b/man1/config.1 index 1f9826566..751a96d9e 100644 --- a/man1/config.1 +++ b/man1/config.1 @@ -1,7 +1,7 @@ .\" Generated with Ronnjs/v0.1 .\" http://github.com/kapouer/ronnjs/ . -.TH "NPM\-CONFIG" "1" "February 2011" "" "" +.TH "NPM\-CONFIG" "1" "March 2011" "" "" . .SH "NAME" \fBnpm-config\fR \-\- Manage the npm configuration file diff --git a/man1/deactivate.1 b/man1/deactivate.1 index 91d779098..2bbf6b4f0 100644 --- a/man1/deactivate.1 +++ b/man1/deactivate.1 @@ -1,7 +1,7 @@ .\" Generated with Ronnjs/v0.1 .\" http://github.com/kapouer/ronnjs/ . -.TH "NPM\-DEACTIVATE" "1" "January 2011" "" "" +.TH "NPM\-DEACTIVATE" "1" "March 2011" "" "" . .SH "NAME" \fBnpm-deactivate\fR \-\- Deactivate the active version of a package diff --git a/man1/deprecate.1 b/man1/deprecate.1 index 5dd6a5f89..1a7e3ba8b 100644 --- a/man1/deprecate.1 +++ b/man1/deprecate.1 @@ -1,7 +1,7 @@ .\" Generated with Ronnjs/v0.1 .\" http://github.com/kapouer/ronnjs/ . -.TH "NPM\-DEPRECATE" "1" "January 2011" "" "" +.TH "NPM\-DEPRECATE" "1" "March 2011" "" "" . .SH "NAME" \fBnpm-deprecate\fR \-\- Deprecate a version of a package diff --git a/man1/developers.1 b/man1/developers.1 index 3d8b56590..c9ee1dbf7 100644 --- a/man1/developers.1 +++ b/man1/developers.1 @@ -1,7 +1,7 @@ .\" Generated with Ronnjs/v0.1 .\" http://github.com/kapouer/ronnjs/ . -.TH "NPM\-DEVELOPERS" "1" "January 2011" "" "" +.TH "NPM\-DEVELOPERS" "1" "March 2011" "" "" . .SH "NAME" \fBnpm-developers\fR \-\- Developer Guide @@ -263,6 +263,12 @@ npm publish You can give publish a url to a tarball, or a filename of a tarball, or a path to a folder\. . +.P +Note that pretty much \fBeverything in that folder will be exposed\fR +by default\. So, if you have secret stuff in there, use a \fB\|\.npminclude\fR +or \fB\|\.npmignore\fR file to list out the globs to include/ignore, or publish +from a fresh checkout\. +. .SH "Brag about it" Send emails, write blogs, blab in IRC\. . diff --git a/man1/docs.1 b/man1/docs.1 index 87fd49b11..3d68038c0 100644 --- a/man1/docs.1 +++ b/man1/docs.1 @@ -1,7 +1,7 @@ .\" Generated with Ronnjs/v0.1 .\" http://github.com/kapouer/ronnjs/ . -.TH "NPM\-DOCS" "1" "December 2010" "" "" +.TH "NPM\-DOCS" "1" "March 2011" "" "" . .SH "NAME" \fBnpm-docs\fR \-\- Docs for a package in a web browser maybe diff --git a/man1/edit.1 b/man1/edit.1 index cda31f694..aebbf1d95 100644 --- a/man1/edit.1 +++ b/man1/edit.1 @@ -1,7 +1,7 @@ .\" Generated with Ronnjs/v0.1 .\" http://github.com/kapouer/ronnjs/ . -.TH "NPM\-EDIT" "1" "January 2011" "" "" +.TH "NPM\-EDIT" "1" "March 2011" "" "" . .SH "NAME" \fBnpm-edit\fR \-\- Edit an installed package diff --git a/man1/explore.1 b/man1/explore.1 index 6f0db9034..30e7fba9f 100644 --- a/man1/explore.1 +++ b/man1/explore.1 @@ -1,7 +1,7 @@ .\" Generated with Ronnjs/v0.1 .\" http://github.com/kapouer/ronnjs/ . -.TH "NPM\-EXPLORE" "1" "January 2011" "" "" +.TH "NPM\-EXPLORE" "1" "March 2011" "" "" . .SH "NAME" \fBnpm-explore\fR \-\- Browse an installed package diff --git a/man1/faq.1 b/man1/faq.1 index 15bb8170d..631680d81 100644 --- a/man1/faq.1 +++ b/man1/faq.1 @@ -1,7 +1,7 @@ .\" Generated with Ronnjs/v0.1 .\" http://github.com/kapouer/ronnjs/ . -.TH "NPM\-FAQ" "1" "February 2011" "" "" +.TH "NPM\-FAQ" "1" "March 2011" "" "" . .SH "NAME" \fBnpm-faq\fR \-\- Frequently Asked Questions diff --git a/man1/find.1 b/man1/find.1 index 2ee91977a..4a75b7329 100644 --- a/man1/find.1 +++ b/man1/find.1 @@ -1,7 +1,7 @@ .\" Generated with Ronnjs/v0.1 .\" http://github.com/kapouer/ronnjs/ . -.TH "NPM\-LIST" "1" "January 2011" "" "" +.TH "NPM\-LIST" "1" "March 2011" "" "" . .SH "NAME" \fBnpm-list\fR \-\- List installed packages diff --git a/man1/folders.1 b/man1/folders.1 index 11a9b7d20..39f06ac63 100644 --- a/man1/folders.1 +++ b/man1/folders.1 @@ -1,7 +1,7 @@ .\" Generated with Ronnjs/v0.1 .\" http://github.com/kapouer/ronnjs/ . -.TH "NPM\-FOLDERS" "1" "January 2011" "" "" +.TH "NPM\-FOLDERS" "1" "March 2011" "" "" . .SH "NAME" \fBnpm-folders\fR \-\- Folder Structures Used by npm diff --git a/man1/future-ideas/deploy.1 b/man1/future-ideas/deploy.1 index 1b9e6ef9b..2326c63d0 100644 --- a/man1/future-ideas/deploy.1 +++ b/man1/future-ideas/deploy.1 @@ -1,7 +1,7 @@ .\" Generated with Ronnjs/v0.1 .\" http://github.com/kapouer/ronnjs/ . -.TH "NPM\-DEPLOY" "1" "November 2010" "" "" +.TH "NPM\-DEPLOY" "1" "March 2011" "" "" . .SH "NAME" \fBnpm-deploy\fR \-\- Deploy a package to a remote host diff --git a/man1/future-ideas/new-module-system.1 b/man1/future-ideas/new-module-system.1 index cb1ffd092..296f1573b 100644 --- a/man1/future-ideas/new-module-system.1 +++ b/man1/future-ideas/new-module-system.1 @@ -1,7 +1,7 @@ .\" Generated with Ronnjs/v0.1 .\" http://github.com/kapouer/ronnjs/ . -.TH "NPM\-FOLDERS" "1" "January 2011" "" "" +.TH "NPM\-FOLDERS" "1" "March 2011" "" "" . .SH "NAME" \fBnpm-folders\fR \-\- Folder Structures Used by npm diff --git a/man1/future-ideas/remote.1 b/man1/future-ideas/remote.1 index 257678148..453eecb2c 100644 --- a/man1/future-ideas/remote.1 +++ b/man1/future-ideas/remote.1 @@ -1,7 +1,7 @@ .\" Generated with Ronnjs/v0.1 .\" http://github.com/kapouer/ronnjs/ . -.TH "NPM\-REMOTE" "1" "November 2010" "" "" +.TH "NPM\-REMOTE" "1" "March 2011" "" "" . .SH "NAME" \fBnpm-remote\fR \-\- Execute commands on a remote machine diff --git a/man1/future-ideas/site.1 b/man1/future-ideas/site.1 index 3018f9e21..023cfa2b9 100644 --- a/man1/future-ideas/site.1 +++ b/man1/future-ideas/site.1 @@ -1,7 +1,7 @@ .\" Generated with Ronnjs/v0.1 .\" http://github.com/kapouer/ronnjs/ . -.TH "NPM\-SITE" "1" "November 2010" "" "" +.TH "NPM\-SITE" "1" "March 2011" "" "" . .SH "NAME" \fBnpm-site\fR \-\- Run the npm web site diff --git a/man1/get.1 b/man1/get.1 index 1f9826566..751a96d9e 100644 --- a/man1/get.1 +++ b/man1/get.1 @@ -1,7 +1,7 @@ .\" Generated with Ronnjs/v0.1 .\" http://github.com/kapouer/ronnjs/ . -.TH "NPM\-CONFIG" "1" "February 2011" "" "" +.TH "NPM\-CONFIG" "1" "March 2011" "" "" . .SH "NAME" \fBnpm-config\fR \-\- Manage the npm configuration file diff --git a/man1/init.1 b/man1/init.1 index 26cd0fde0..b1fb56628 100644 --- a/man1/init.1 +++ b/man1/init.1 @@ -1,7 +1,7 @@ .\" Generated with Ronnjs/v0.1 .\" http://github.com/kapouer/ronnjs/ . -.TH "INIT" "1" "January 2011" "" "" +.TH "INIT" "1" "March 2011" "" "" . .SH "NAME" \fBinit\fR \-\- Interactively create a package\.json file diff --git a/man1/install.1 b/man1/install.1 index 9995f459d..0119b278a 100644 --- a/man1/install.1 +++ b/man1/install.1 @@ -1,7 +1,7 @@ .\" Generated with Ronnjs/v0.1 .\" http://github.com/kapouer/ronnjs/ . -.TH "NPM\-INSTALL" "1" "January 2011" "" "" +.TH "NPM\-INSTALL" "1" "March 2011" "" "" . .SH "NAME" \fBnpm-install\fR \-\- install a package diff --git a/man1/link.1 b/man1/link.1 index 137e8a56d..195981872 100644 --- a/man1/link.1 +++ b/man1/link.1 @@ -1,7 +1,7 @@ .\" Generated with Ronnjs/v0.1 .\" http://github.com/kapouer/ronnjs/ . -.TH "NPM\-LINK" "1" "January 2011" "" "" +.TH "NPM\-LINK" "1" "March 2011" "" "" . .SH "NAME" \fBnpm-link\fR \-\- Symlink a package folder diff --git a/man1/list.1 b/man1/list.1 index 2ee91977a..4a75b7329 100644 --- a/man1/list.1 +++ b/man1/list.1 @@ -1,7 +1,7 @@ .\" Generated with Ronnjs/v0.1 .\" http://github.com/kapouer/ronnjs/ . -.TH "NPM\-LIST" "1" "January 2011" "" "" +.TH "NPM\-LIST" "1" "March 2011" "" "" . .SH "NAME" \fBnpm-list\fR \-\- List installed packages diff --git a/man1/ln.1 b/man1/ln.1 index 137e8a56d..195981872 100644 --- a/man1/ln.1 +++ b/man1/ln.1 @@ -1,7 +1,7 @@ .\" Generated with Ronnjs/v0.1 .\" http://github.com/kapouer/ronnjs/ . -.TH "NPM\-LINK" "1" "January 2011" "" "" +.TH "NPM\-LINK" "1" "March 2011" "" "" . .SH "NAME" \fBnpm-link\fR \-\- Symlink a package folder diff --git a/man1/ls.1 b/man1/ls.1 index 2ee91977a..4a75b7329 100644 --- a/man1/ls.1 +++ b/man1/ls.1 @@ -1,7 +1,7 @@ .\" Generated with Ronnjs/v0.1 .\" http://github.com/kapouer/ronnjs/ . -.TH "NPM\-LIST" "1" "January 2011" "" "" +.TH "NPM\-LIST" "1" "March 2011" "" "" . .SH "NAME" \fBnpm-list\fR \-\- List installed packages diff --git a/man1/npm.1 b/man1/npm.1 index 08af53e9b..9b599bc08 100644 --- a/man1/npm.1 +++ b/man1/npm.1 @@ -1,7 +1,7 @@ .\" Generated with Ronnjs/v0.1 .\" http://github.com/kapouer/ronnjs/ . -.TH "NPM" "1" "January 2011" "" "" +.TH "NPM" "1" "March 2011" "" "" . .SH "NAME" \fBnpm\fR \-\- node package manager @@ -111,7 +111,7 @@ lib/utils/default\-config\.js\. These should not be changed\. .IP "" 0 . .P -See \fBnpm help config\fR for more information\. +See \fBnpm help config\fR for much much more information\. . .SH "CONTRIBUTIONS" Patches welcome! diff --git a/man1/outdated.1 b/man1/outdated.1 index 87d9dc270..fbb508815 100644 --- a/man1/outdated.1 +++ b/man1/outdated.1 @@ -1,7 +1,7 @@ .\" Generated with Ronnjs/v0.1 .\" http://github.com/kapouer/ronnjs/ . -.TH "NPM\-OUTDATED" "1" "January 2011" "" "" +.TH "NPM\-OUTDATED" "1" "March 2011" "" "" . .SH "NAME" \fBnpm-outdated\fR \-\- Check for outdated packages @@ -16,3 +16,33 @@ npm outdated [ [ \.\.\.]] .SH "DESCRIPTION" This command will check the registry to see if any (or, specific) installed packages are currently outdated\. +. +.SH "CONFIGURATION" +. +.SS "registry" +Default: https://registry\.npmjs\.org/ +. +.P +The base URL of the npm package registry\. +. +.SS "tag" +Default: latest +. +.P +If you ask npm to install a package and don\'t tell it a specific version, then +it will install the specified tag\. +. +.P +Note: this has no effect on the npm\-tag(1) command\. +. +.SS "outfd" +Default: Standard Output FD (1) +. +.P +The file descriptor (integer) or stream object where npm will write +"normal" output\. For instance, the \fBls\fR and \fBview\fR commands write their +output here\. +. +.P +When using npm programmatically, you may want to provide a +FileWriteStream, or some other form of WritableStream\. diff --git a/man1/owner.1 b/man1/owner.1 index 7222ed404..068baef97 100644 --- a/man1/owner.1 +++ b/man1/owner.1 @@ -1,7 +1,7 @@ .\" Generated with Ronnjs/v0.1 .\" http://github.com/kapouer/ronnjs/ . -.TH "NPM\-OWNER" "1" "February 2011" "" "" +.TH "NPM\-OWNER" "1" "March 2011" "" "" . .SH "NAME" \fBnpm-owner\fR \-\- Manage package owners diff --git a/man1/publish.1 b/man1/publish.1 index 00a62c8bc..92c4fba31 100644 --- a/man1/publish.1 +++ b/man1/publish.1 @@ -1,7 +1,7 @@ .\" Generated with Ronnjs/v0.1 .\" http://github.com/kapouer/ronnjs/ . -.TH "NPM\-PUBLISH" "1" "January 2011" "" "" +.TH "NPM\-PUBLISH" "1" "March 2011" "" "" . .SH "NAME" \fBnpm-publish\fR \-\- Publish a package diff --git a/man1/rebuild.1 b/man1/rebuild.1 index e3c695056..b6cffaa29 100644 --- a/man1/rebuild.1 +++ b/man1/rebuild.1 @@ -1,7 +1,7 @@ .\" Generated with Ronnjs/v0.1 .\" http://github.com/kapouer/ronnjs/ . -.TH "NPM\-REBUILD" "1" "January 2011" "" "" +.TH "NPM\-REBUILD" "1" "March 2011" "" "" . .SH "NAME" \fBnpm-rebuild\fR \-\- Rebuild a package @@ -32,3 +32,6 @@ the new binary\. Regardless of the configuration settings, rebuild always sets \fBupdate\-dependents\fR and \fBauto\-activate\fR to false, to minimize unexpected side effects\. It does not change any state outside of the package\'s folder\. +. +.SH "CONFIGURATION" +See \fBnpm help build\fR diff --git a/man1/registry.1 b/man1/registry.1 index b224d6cc0..6fbc1115e 100644 --- a/man1/registry.1 +++ b/man1/registry.1 @@ -1,7 +1,7 @@ .\" Generated with Ronnjs/v0.1 .\" http://github.com/kapouer/ronnjs/ . -.TH "NPM\-REGISTRY" "1" "February 2011" "" "" +.TH "NPM\-REGISTRY" "1" "March 2011" "" "" . .SH "NAME" \fBnpm-registry\fR \-\- The JavaScript Package Registry diff --git a/man1/restart.1 b/man1/restart.1 index 7e7000eea..62fe06e61 100644 --- a/man1/restart.1 +++ b/man1/restart.1 @@ -1,7 +1,7 @@ .\" Generated with Ronnjs/v0.1 .\" http://github.com/kapouer/ronnjs/ . -.TH "NPM\-RESTART" "1" "November 2010" "" "" +.TH "NPM\-RESTART" "1" "March 2011" "" "" . .SH "NAME" \fBnpm-restart\fR \-\- Start a package diff --git a/man1/rm.1 b/man1/rm.1 index dbac91809..45f1570c2 100644 --- a/man1/rm.1 +++ b/man1/rm.1 @@ -1,7 +1,7 @@ .\" Generated with Ronnjs/v0.1 .\" http://github.com/kapouer/ronnjs/ . -.TH "NPM\-UNINSTALL" "1" "November 2010" "" "" +.TH "NPM\-UNINSTALL" "1" "March 2011" "" "" . .SH "NAME" \fBnpm-uninstall\fR \-\- Remove a package diff --git a/man1/run-script.1 b/man1/run-script.1 index 1ea355e7e..07e20bf26 100644 --- a/man1/run-script.1 +++ b/man1/run-script.1 @@ -1,7 +1,7 @@ .\" Generated with Ronnjs/v0.1 .\" http://github.com/kapouer/ronnjs/ . -.TH "NPM\-RUN\-SCRIPT" "1" "December 2010" "" "" +.TH "NPM\-RUN\-SCRIPT" "1" "March 2011" "" "" . .SH "NAME" \fBnpm-run-script\fR \-\- Run arbitrary package scripts diff --git a/man1/scripts.1 b/man1/scripts.1 index 683f7575f..ee6ad6a13 100644 --- a/man1/scripts.1 +++ b/man1/scripts.1 @@ -1,7 +1,7 @@ .\" Generated with Ronnjs/v0.1 .\" http://github.com/kapouer/ronnjs/ . -.TH "NPM\-SCRIPTS" "1" "February 2011" "" "" +.TH "NPM\-SCRIPTS" "1" "March 2011" "" "" . .SH "NAME" \fBnpm-scripts\fR \-\- How npm handles the "scripts" field diff --git a/man1/search.1 b/man1/search.1 index 2ee91977a..4a75b7329 100644 --- a/man1/search.1 +++ b/man1/search.1 @@ -1,7 +1,7 @@ .\" Generated with Ronnjs/v0.1 .\" http://github.com/kapouer/ronnjs/ . -.TH "NPM\-LIST" "1" "January 2011" "" "" +.TH "NPM\-LIST" "1" "March 2011" "" "" . .SH "NAME" \fBnpm-list\fR \-\- List installed packages diff --git a/man1/set.1 b/man1/set.1 index 1f9826566..751a96d9e 100644 --- a/man1/set.1 +++ b/man1/set.1 @@ -1,7 +1,7 @@ .\" Generated with Ronnjs/v0.1 .\" http://github.com/kapouer/ronnjs/ . -.TH "NPM\-CONFIG" "1" "February 2011" "" "" +.TH "NPM\-CONFIG" "1" "March 2011" "" "" . .SH "NAME" \fBnpm-config\fR \-\- Manage the npm configuration file diff --git a/man1/start.1 b/man1/start.1 index 0f8aee78c..087434bec 100644 --- a/man1/start.1 +++ b/man1/start.1 @@ -1,7 +1,7 @@ .\" Generated with Ronnjs/v0.1 .\" http://github.com/kapouer/ronnjs/ . -.TH "NPM\-START" "1" "November 2010" "" "" +.TH "NPM\-START" "1" "March 2011" "" "" . .SH "NAME" \fBnpm-start\fR \-\- Start a package diff --git a/man1/stop.1 b/man1/stop.1 index 4190634ed..b863638b3 100644 --- a/man1/stop.1 +++ b/man1/stop.1 @@ -1,7 +1,7 @@ .\" Generated with Ronnjs/v0.1 .\" http://github.com/kapouer/ronnjs/ . -.TH "NPM\-STOP" "1" "November 2010" "" "" +.TH "NPM\-STOP" "1" "March 2011" "" "" . .SH "NAME" \fBnpm-stop\fR \-\- Stop a package diff --git a/man1/tag.1 b/man1/tag.1 index 45f9c466e..07b10d4c0 100644 --- a/man1/tag.1 +++ b/man1/tag.1 @@ -1,7 +1,7 @@ .\" Generated with Ronnjs/v0.1 .\" http://github.com/kapouer/ronnjs/ . -.TH "NPM\-TAG" "1" "November 2010" "" "" +.TH "NPM\-TAG" "1" "March 2011" "" "" . .SH "NAME" \fBnpm-tag\fR \-\- Tag a published version diff --git a/man1/test.1 b/man1/test.1 index f18187831..f439f7c09 100644 --- a/man1/test.1 +++ b/man1/test.1 @@ -1,7 +1,7 @@ .\" Generated with Ronnjs/v0.1 .\" http://github.com/kapouer/ronnjs/ . -.TH "NPM\-TEST" "1" "December 2010" "" "" +.TH "NPM\-TEST" "1" "March 2011" "" "" . .SH "NAME" \fBnpm-test\fR \-\- Test a package diff --git a/man1/uninstall.1 b/man1/uninstall.1 index dbac91809..45f1570c2 100644 --- a/man1/uninstall.1 +++ b/man1/uninstall.1 @@ -1,7 +1,7 @@ .\" Generated with Ronnjs/v0.1 .\" http://github.com/kapouer/ronnjs/ . -.TH "NPM\-UNINSTALL" "1" "November 2010" "" "" +.TH "NPM\-UNINSTALL" "1" "March 2011" "" "" . .SH "NAME" \fBnpm-uninstall\fR \-\- Remove a package diff --git a/man1/unpublish.1 b/man1/unpublish.1 index 6d32cf395..3efc2f27c 100644 --- a/man1/unpublish.1 +++ b/man1/unpublish.1 @@ -1,7 +1,7 @@ .\" Generated with Ronnjs/v0.1 .\" http://github.com/kapouer/ronnjs/ . -.TH "NPM\-UNPUBLISH" "1" "November 2010" "" "" +.TH "NPM\-UNPUBLISH" "1" "March 2011" "" "" . .SH "NAME" \fBnpm-unpublish\fR \-\- Remove a package from the registry diff --git a/man1/update.1 b/man1/update.1 index 66a063a90..c127b6a11 100644 --- a/man1/update.1 +++ b/man1/update.1 @@ -1,7 +1,7 @@ .\" Generated with Ronnjs/v0.1 .\" http://github.com/kapouer/ronnjs/ . -.TH "NPM\-UPDATE" "1" "November 2010" "" "" +.TH "NPM\-UPDATE" "1" "March 2011" "" "" . .SH "NAME" \fBnpm-update\fR \-\- Update a package diff --git a/man1/version.1 b/man1/version.1 index f418800d2..47c3a7cee 100644 --- a/man1/version.1 +++ b/man1/version.1 @@ -1,7 +1,7 @@ .\" Generated with Ronnjs/v0.1 .\" http://github.com/kapouer/ronnjs/ . -.TH "NPM\-VERSION" "1" "November 2010" "" "" +.TH "NPM\-VERSION" "1" "March 2011" "" "" . .SH "NAME" \fBnpm-version\fR \-\- Bump a package version diff --git a/man1/view.1 b/man1/view.1 index 95b30fb0f..eb9251bd2 100644 --- a/man1/view.1 +++ b/man1/view.1 @@ -1,7 +1,7 @@ .\" Generated with Ronnjs/v0.1 .\" http://github.com/kapouer/ronnjs/ . -.TH "NPM\-VIEW" "1" "November 2010" "" "" +.TH "NPM\-VIEW" "1" "March 2011" "" "" . .SH "NAME" \fBnpm-view\fR \-\- View registry info -- cgit v1.2.3