logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Configuration

       <!-- AUTOGENERATED CONFIG DESCRIPTIONS -->

Description

       Selects a dependency in the current project and opens the package folder in
       the default editor (or whatever you've configured as the npm editor
       config -- see `npm-config`.  )

       After it has been edited, the package is rebuilt so as to pick up any
       changes in compiled packages.

       For instance, you can do npminstallconnect to install connect
       into your package, and then npmeditconnect to make a few
       changes to your locally installed copy.

Name

npm-edit

See Also

        • npm folders

        • npm explore

        • npm install

        • npm config

        • npmrc

9.2.0                                               May 2024                                         NPM-EDIT(1)

Synopsis

       <!-- AUTOGENERATED USAGE DESCRIPTIONS -->

       Note: This command is unaware of workspaces.

See Also