1.0.0 • Published 8 years ago

nrun v1.0.0

Weekly downloads
153
License
MIT
Repository
github
Last release
8 years ago

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 dot

contrasting to npm run test -- --reporter dot.

nrun gets script from package.json and runs it using spawn and current shell.

Build Status

1.0.0

8 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago