dis-dat
v0.1.12
Published
Run commands in parallel (dad / dis-and-dat) or sequentially (dtd / dis-then-dat)
Downloads
40
Maintainers
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"