Skip to content

aeria-org/dualist

Repository files navigation

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 run 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.

About

Run multiple shell commands using a single job

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published