Skip to content

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

License

Notifications You must be signed in to change notification settings

kmalakoff/dis-dat

Repository files navigation

dis-dat

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

# dis and dat: all in parallel
$ dad "npm test" "eslint ."

# dis then dat: one then the other, stopping if one fails
$ dtd "npm install" "npm test"

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published