domorestuff
v0.0.8
Published
CLI utility to run multiple commands concurrently. No deps besides node.
Downloads
5
Readme
domorestuff
Install
$ npm install --global domorestuff
or
$ yarn global add domorestuff
You can also simply npx dms
(or npx domorestuff
) if you prefer.
CLI
# the arguments are optional, you can also do stuff _after_ starting domorestuff
$ dms "echo this is my first command" "echo this is my second command"