diff options
author | isaacs <i@izs.me> | 2012-06-17 12:04:35 -0700 |
---|---|---|
committer | isaacs <i@izs.me> | 2012-06-17 12:04:35 -0700 |
commit | b0b707cb6e48fd0393c24c80c9fe490855d24f84 (patch) | |
tree | 25f2cac52e79c293e62d9639bd9cdcea6db9e8e2 /deps/npm/doc/cli | |
parent | d614d161c7f1ac340251271e911cd4752c158d38 (diff) | |
download | node-b0b707cb6e48fd0393c24c80c9fe490855d24f84.tar.gz |
npm: Upgrade to 1.1.27
- severely enhanced 'npm init'
- upgraded node-gyp
Diffstat (limited to 'deps/npm/doc/cli')
-rw-r--r-- | deps/npm/doc/cli/config.md | 10 | ||||
-rw-r--r-- | deps/npm/doc/cli/init.md | 1 |
2 files changed, 11 insertions, 0 deletions
diff --git a/deps/npm/doc/cli/config.md b/deps/npm/doc/cli/config.md index 659895eaf..38ef36783 100644 --- a/deps/npm/doc/cli/config.md +++ b/deps/npm/doc/cli/config.md @@ -375,6 +375,16 @@ Sets a User-Agent to the request header A white-space separated list of glob patterns of files to always exclude from packages when building tarballs. +### init-module + +* Default: ~/.npm-init.js +* Type: path + +A module that will be loaded by the `npm init` command. See the +documentation for the +[init-package-json](https://github.com/isaacs/init-package-json) module +for more information, or npm-init(1). + ### init.version * Default: "0.0.0" diff --git a/deps/npm/doc/cli/init.md b/deps/npm/doc/cli/init.md index 39297b4c4..d036f924d 100644 --- a/deps/npm/doc/cli/init.md +++ b/deps/npm/doc/cli/init.md @@ -20,5 +20,6 @@ without a really good reason to do so. ## SEE ALSO +* <https://github.com/isaacs/init-package-json> * npm-json(1) * npm-version(1) |