1.1.1 • Published 6 years ago

scriptsp v1.1.1

Weekly downloads
69
License
MIT
Repository
github
Last release
6 years ago

scriptsp

Run multiple package.json scripts in parallel (for development)

How to use it

install

$ npm install --save-dev scriptsp

package.json

  ...
  "scripts": {
    "dev-server": "nodemon ....",
    "watch-test": "...some test watching script...",
    "watch-js": "watchify ...",

    "dev": "scriptsp dev-server watch-test watch-js"
  }
  ...

run it

$ npm run dev

scriptsp demo

Usage

USAGE: scriptsp [--raw] <script1> <script2> ...

    -r, --raw
        simply pipe the output from the scripts, no fancy output stuff

i.e.
    $ scriptsp start test watch-js

License

MIT

1.1.1

6 years ago

1.1.0

6 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.3.0

9 years ago

0.2.0

9 years ago

0.1.0

9 years ago

0.0.0

9 years ago