1.0.0 • Published 8 years ago
nrun v1.0.0
nrun
Alternative package.json scripts runner for node.js
You can use nrun to run your package.json scripts with direct arguments
passing (without --). E.g. run test with specific reporter:
nrun test --reporter dotcontrasting to npm run test -- --reporter dot.
nrun gets script from package.json and runs it using spawn and current
shell.