Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJohn-David Dalton <john.david.dalton@gmail.com>2018-05-12 00:40:51 +0300
committerKat Marchán <kzm@zkat.tech>2018-05-12 00:41:36 +0300
commit483e011803af82e63085ef41b7acce5b22aa791c (patch)
treecd9236e6ec005c6ff410159df846979bb1844dd2 /doc
parent1365694bb3da9be95964a4eb6c92b1c71d0edde5 (diff)
init: add support for hosted git installs (#20403)
Fixes: #20339 PR-URL: https://github.com/npm/npm/pull/20403 Credit: @jdalton Reviewed-By: @zkat
Diffstat (limited to 'doc')
-rw-r--r--doc/cli/npm-init.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cli/npm-init.md b/doc/cli/npm-init.md
index 0f123b509..b91bcafae 100644
--- a/doc/cli/npm-init.md
+++ b/doc/cli/npm-init.md
@@ -5,7 +5,7 @@ npm-init(1) -- create a package.json file
npm init [--force|-f|--yes|-y|--scope]
npm init <@scope> (same as `npx <@scope>/create`)
- npm init [<@scope>/]<pkg> (same as `npx [<@scope>/]create-<pkg>`)
+ npm init [<@scope>/]<name> (same as `npx [<@scope>/]create-<name>`)
## EXAMPLES