JSPM

  • Created
  • Published
  • Downloads 212
  • Score
    100M100P100Q81443F
  • License MIT

Run commands in parallel (dad / dis-and-dat) or sequentially (dtd / dis-then-dat)

Package Exports

  • dis-dat
  • dis-dat/dist/cjs/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (dis-dat) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

dis-dat

"Run commands in parallel with dad (dis-and-dat) or sequentially with dtd (dis-then-dat)

# all in parallel
$ dad "npm test" "eslint ."

# one then the other
$ dtd "npm install" "npm test"