mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
npm*: prune more info links (#18718)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# npm completion
|
||||
|
||||
> Enable or set up tab-completion for npm commands.
|
||||
> More information: <https://docs.npmjs.com/cli/commands/npm-completion>.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-completion>.
|
||||
|
||||
- Enable tab-completion for the current shell session:
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
> Compare package versions from the `npm` registry and show differences.
|
||||
> Similar to `git diff`.
|
||||
> More information: <https://docs.npmjs.com/cli/commands/npm-diff>.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-diff>.
|
||||
|
||||
- Compare two specific package versions:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# npm dist-tag
|
||||
|
||||
> Manage distribution tags on packages.
|
||||
> More information: <https://docs.npmjs.com/cli/commands/npm-dist-tag>.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-dist-tag>.
|
||||
|
||||
- List all distribution tags for a package:
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
> Select a dependency in the current project and open the package folder in the default editor (`$EDITOR`).
|
||||
> After editing, the package is rebuilt to pick up any changes in compiled packages.
|
||||
> More information: <https://docs.npmjs.com/cli/commands/npm-edit>.
|
||||
> More information: <https://docs.npmjs.com/cli/npm-edit>.
|
||||
|
||||
- Edit a locally installed package in the default editor:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user