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]}}
