957094f8aa4706303843f55ce370ece4f217699c
[platform/upstream/nodejs.git] / deps / npm / man / man1 / npm-init.1
1 .\" Generated with Ronnjs 0.3.8
2 .\" http://github.com/kapouer/ronnjs/
3 .
4 .TH "NPM\-INIT" "1" "November 2013" "" ""
5 .
6 .SH "NAME"
7 \fBnpm-init\fR \-\- Interactively create a package\.json file
8 .
9 .SH "SYNOPSIS"
10 .
11 .nf
12 npm init
13 .
14 .fi
15 .
16 .SH "DESCRIPTION"
17 This will ask you a bunch of questions, and then write a package\.json for you\.
18 .
19 .P
20 It attempts to make reasonable guesses about what you want things to be set to,
21 and then writes a package\.json file with the options you\'ve selected\.
22 .
23 .P
24 If you already have a package\.json file, it\'ll read that first, and default to
25 the options in there\.
26 .
27 .P
28 It is strictly additive, so it does not delete options from your package\.json
29 without a really good reason to do so\.
30 .
31 .SH "SEE ALSO"
32 .
33 .IP "\(bu" 4
34 \fIhttps://github\.com/isaacs/init\-package\-json\fR
35 .
36 .IP "\(bu" 4
37 npm help  package\.json
38 .
39 .IP "\(bu" 4
40 npm help version
41 .
42 .IP "" 0
43