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/docs
diff options
context:
space:
mode:
authorGar <gar+gh@danger.computer>2022-03-24 17:18:56 +0300
committerLuke Karrys <luke@lukekarrys.com>2022-03-28 23:21:36 +0300
commitd8dcc02cfd354c1314c45d6530ec926cd138210c (patch)
treeba3721d4c4f153fe005bf9e08d450d9e2473a9a4 /docs
parenta64acc0bf01e4bc68b26ead5b2d5c6db47ef16c2 (diff)
fix: consolidate command alias code
Diffstat (limited to 'docs')
-rw-r--r--docs/content/commands/npm-install.md2
-rw-r--r--docs/content/commands/npm-search.md2
-rw-r--r--docs/content/commands/npm-uninstall.md2
-rw-r--r--docs/content/commands/npm-view.md2
4 files changed, 4 insertions, 4 deletions
diff --git a/docs/content/commands/npm-install.md b/docs/content/commands/npm-install.md
index 06c243f06..328d6fc14 100644
--- a/docs/content/commands/npm-install.md
+++ b/docs/content/commands/npm-install.md
@@ -22,7 +22,7 @@ npm install <tarball url>
npm install <git:// url>
npm install <github username>/<github project>
-aliases: i, in, ins, inst, insta, instal, isnt, isnta, isntal, isntall, add
+aliases: add, i, in, ins, inst, insta, instal, isnt, isnta, isntal, isntall
```
<!-- automatically generated, do not edit manually -->
diff --git a/docs/content/commands/npm-search.md b/docs/content/commands/npm-search.md
index db6a12baf..340dea968 100644
--- a/docs/content/commands/npm-search.md
+++ b/docs/content/commands/npm-search.md
@@ -13,7 +13,7 @@ description: Search for packages
```bash
npm search [search terms ...]
-aliases: s, se, find
+aliases: find, s, se
```
<!-- automatically generated, do not edit manually -->
diff --git a/docs/content/commands/npm-uninstall.md b/docs/content/commands/npm-uninstall.md
index 8132bf6bc..9316c686d 100644
--- a/docs/content/commands/npm-uninstall.md
+++ b/docs/content/commands/npm-uninstall.md
@@ -13,7 +13,7 @@ description: Remove a package
```bash
npm uninstall [<@scope>/]<pkg>...
-aliases: un, unlink, remove, rm, r
+aliases: unlink, remove, rm, r, un
```
<!-- automatically generated, do not edit manually -->
diff --git a/docs/content/commands/npm-view.md b/docs/content/commands/npm-view.md
index 53ca408a0..b50b4bfb5 100644
--- a/docs/content/commands/npm-view.md
+++ b/docs/content/commands/npm-view.md
@@ -13,7 +13,7 @@ description: View registry info
```bash
npm view [<@scope>/]<pkg>[@<version>] [<field>[.subfield]...]
-aliases: v, info, show
+aliases: info, show, v
```
<!-- automatically generated, do not edit manually -->