]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/man/man1/npm-init.1
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / man / man1 / npm-init.1
1 .TH "NPM\-INIT" "1" "October 2016" "" ""
2 .SH "NAME"
3 \fBnpm-init\fR \- Interactively create a package\.json file
4 .SH SYNOPSIS
5 .P
6 .RS 2
7 .nf
8 npm init [\-f|\-\-force|\-y|\-\-yes]
9 .fi
10 .RE
11 .SH DESCRIPTION
12 .P
13 This will ask you a bunch of questions, and then write a package\.json for you\.
14 .P
15 It attempts to make reasonable guesses about what you want things to be set to,
16 and then writes a package\.json file with the options you've selected\.
17 .P
18 If you already have a package\.json file, it'll read that first, and default to
19 the options in there\.
20 .P
21 It is strictly additive, so it does not delete options from your package\.json
22 without a really good reason to do so\.
23 .P
24 If you invoke it with \fB\-f\fP, \fB\-\-force\fP, \fB\-y\fP, or \fB\-\-yes\fP, it will use only
25 defaults and not prompt you for any options\.
26 .SH CONFIGURATION
27 .SS scope
28 .RS 0
29 .IP \(bu 2
30 Default: none
31 .IP \(bu 2
32 Type: String
33
34 .RE
35 .P
36 The scope under which the new module should be created\.
37 .SH SEE ALSO
38 .RS 0
39 .IP \(bu 2
40 https://github\.com/isaacs/init\-package\-json
41 .IP \(bu 2
42 npm help 5 package\.json
43 .IP \(bu 2
44 npm help version
45 .IP \(bu 2
46 npm help 7 scope
47
48 .RE
49