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

       This runs a predefined command specified in the "stop" property of a
       package's "scripts" object.

       Unlike with npm start, there is no default script
       that will run if the &quot;stop&quot; property is not defined.

Example

         {
           "scripts": {
             "stop": "node bar.js"
           }
         }
         npm stop

         > npm@x.x.x stop
         > node bar.js

         (bar.js output would be here)

Name

npm-stop

See Also

        • npm run-script

        • npm scripts

        • npm test

        • npm start

        • npm restart

9.2.0                                               May 2024                                         NPM-STOP(1)

Synopsis

       <!-- AUTOGENERATED USAGE DESCRIPTIONS -->

See Also