mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
npm-edit: add-page (#18466)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Lena Pastwa <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# npm edit
|
||||
|
||||
> 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>.
|
||||
|
||||
- Edit a locally installed package in the default editor:
|
||||
|
||||
`npm edit {{package_name}}`
|
||||
Reference in New Issue
Block a user