dualist
v0.0.5
Published
## Introduction
Downloads
19
Readme
dualist
Introduction
Run multiple commands using a single job. Ideal for developers who want to serve backend and frontend simultaneously.
Installation
$ npm i -g dualist # or...
$ pnpm add -g dualist # or...
$ yarn global add dualist
Usage
$ dualist api web # "api" and "web" are folders present in the current cwd
$ dualist api web -c 'npm dev' # -c specifies a custom command, defaults to "npm run serve"
You may also want to add dualist in your package.json's scripts:
{
...
"scripts": {
"dev": "dualist api web"
}
}
License
This software is MIT licensed.