]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/doc/cli/npm-init.md
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / doc / cli / npm-init.md
1 npm-init(1) -- Interactively create a package.json file
2 =======================================================
3
4 ## SYNOPSIS
5
6     npm init [-f|--force|-y|--yes]
7
8 ## DESCRIPTION
9
10 This will ask you a bunch of questions, and then write a package.json for you.
11
12 It attempts to make reasonable guesses about what you want things to be set to,
13 and then writes a package.json file with the options you've selected.
14
15 If you already have a package.json file, it'll read that first, and default to
16 the options in there.
17
18 It is strictly additive, so it does not delete options from your package.json
19 without a really good reason to do so.
20
21 If you invoke it with `-f`, `--force`, `-y`, or `--yes`, it will use only
22 defaults and not prompt you for any options.
23
24 ## CONFIGURATION
25
26 ### scope
27
28 * Default: none
29 * Type: String
30
31 The scope under which the new module should be created.
32
33 ## SEE ALSO
34
35 * <https://github.com/isaacs/init-package-json>
36 * package.json(5)
37 * npm-version(1)
38 * npm-scope(7)