diff options
author | Timothy J Fontaine <tjfontaine@gmail.com> | 2014-11-04 15:08:12 -0800 |
---|---|---|
committer | Timothy J Fontaine <tjfontaine@gmail.com> | 2014-11-05 10:35:43 -0800 |
commit | 28ae70ebad8debd8aa7b521a693aa3de89ad84d6 (patch) | |
tree | c5cd9142bbefe8f84c9555e07cafd677530cb7ef /deps/npm/html/doc/cli/npm-init.html | |
parent | 272aa589af50566a20a491910d4dc40bb3692102 (diff) | |
download | node-new-28ae70ebad8debd8aa7b521a693aa3de89ad84d6.tar.gz |
npm: Upgrade to v2.1.6
Diffstat (limited to 'deps/npm/html/doc/cli/npm-init.html')
-rw-r--r-- | deps/npm/html/doc/cli/npm-init.html | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/deps/npm/html/doc/cli/npm-init.html b/deps/npm/html/doc/cli/npm-init.html index 6b4bfe10cb..e7640ea46c 100644 --- a/deps/npm/html/doc/cli/npm-init.html +++ b/deps/npm/html/doc/cli/npm-init.html @@ -11,7 +11,7 @@ <h1><a href="../cli/npm-init.html">npm-init</a></h1> <p>Interactively create a package.json file</p> <h2 id="synopsis">SYNOPSIS</h2> -<pre><code>npm init +<pre><code>npm init [-f|--force|-y|--yes] </code></pre><h2 id="description">DESCRIPTION</h2> <p>This will ask you a bunch of questions, and then write a package.json for you.</p> <p>It attempts to make reasonable guesses about what you want things to be set to, @@ -20,11 +20,13 @@ and then writes a package.json file with the options you've selected.</p> the options in there.</p> <p>It is strictly additive, so it does not delete options from your package.json without a really good reason to do so.</p> +<p>If you invoke it with <code>-f</code>, <code>--force</code>, <code>-y</code>, or <code>--yes</code>, it will use only +defaults and not prompt you for any options.</p> <h2 id="see-also">SEE ALSO</h2> <ul> <li><a href="https://github.com/isaacs/init-package-json">https://github.com/isaacs/init-package-json</a></li> -<li><a href="../files/package.json.html">package.json(5)</a></li> -<li><a href="../cli/npm-version.html">npm-version(1)</a></li> +<li><a href="../files/package.json.html"><a href="../files/package.json.html">package.json(5)</a></a></li> +<li><a href="../cli/npm-version.html"><a href="../cli/npm-version.html">npm-version(1)</a></a></li> </ul> </div> @@ -38,5 +40,5 @@ without a really good reason to do so.</p> <tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr> <tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr> </table> -<p id="footer">npm-init — npm@2.0.0</p> +<p id="footer">npm-init — npm@2.1.6</p> |