summaryrefslogtreecommitdiff
path: root/deps/npm/doc/cli/npm-init.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/doc/cli/npm-init.md')
-rw-r--r--deps/npm/doc/cli/npm-init.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/deps/npm/doc/cli/npm-init.md b/deps/npm/doc/cli/npm-init.md
index 08e517d79a..ec4c25beda 100644
--- a/deps/npm/doc/cli/npm-init.md
+++ b/deps/npm/doc/cli/npm-init.md
@@ -21,8 +21,18 @@ without a really good reason to do so.
If you invoke it with `-f`, `--force`, `-y`, or `--yes`, it will use only
defaults and not prompt you for any options.
+## CONFIGURATION
+
+### scope
+
+* Default: none
+* Type: String
+
+The scope under which the new module should be created.
+
## SEE ALSO
* <https://github.com/isaacs/init-package-json>
* package.json(5)
* npm-version(1)
+* npm-scope(7)