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