Skip to content

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

License

Notifications You must be signed in to change notification settings

smallhelm/scriptsp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published