logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Configuration

       <!-- AUTOGENERATED CONFIG DESCRIPTIONS -->

Description

       Spawn a subshell in the directory of the installed package specified.

       If a command is specified, then it is run in the subshell, which then
       immediately terminates.

       This is particularly handy in the case of git submodules in the
       node_modules folder:
         npm explore some-dependency -- git pull origin master

       Note that the package is not automatically rebuilt afterwards, so be
       sure to use npmrebuild<pkg> if you make any changes.

Name

npm-explore

See Also

        • npm folders

        • npm edit

        • npm rebuild

        • npm install

9.2.0                                               May 2024                                      NPM-EXPLORE(1)

Synopsis

       <!-- AUTOGENERATED USAGE DESCRIPTIONS -->

       Note: This command is unaware of workspaces.

See Also