The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / deps / npm / man / man1 / init.1 @ 5aef65a9

History | View | Annotate | Download (877 Bytes)

1
.\" Generated with Ronnjs 0.3.8
2
.\" http://github.com/kapouer/ronnjs/
3
.
4
.TH "NPM\-INIT" "1" "February 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 json
38
.
39
.IP "\(bu" 4
40
npm help version
41
.
42
.IP "" 0
43