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:
Himanshu
2025-10-08 08:48:46 +05:30
committed by GitHub
parent 8eba503811
commit 13bc06c3ee
+9
View File
@@ -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}}`