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

NPM Run - Execute Scripts | Online Free DevTools by Hexmos

Execute scripts effortlessly with NPM Run. Streamline your development workflow with custom commands and arguments. Free online tool, no registration required.

npm-run

Run a script. More information: https://docs.npmjs.com/cli/npm-run.

  • Run a script:

npm run {{script_name}}

  • Pass arguments to a script:

npm run {{script_name}} -- {{argument}} {{--option}}

  • Run a script named start:

npm start

  • Run a script named stop:

npm stop

  • Run a script named restart:

npm restart

  • Run a script named test:

npm {{[t|test]}}

See Also