@mgansler/nx-compose
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

Nx plugin to compose targets

Often times you need to run multiple targets at the same time. This plugin helps with that. The difference to dependsOn is that compose can handle long-running tasks.

Example

{
  "compose": {
    "executor": "@mgansler/nx-compose:compose",
    "options": {
      "targets": [
        "app-backend:serve",
        "app-web:serve"
      ]
    },
    "configurations": {
      "production": {}
    }
  }
}

Readme

Keywords

Package Sidebar

Install

npm i @mgansler/nx-compose

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

4.35 kB

Total Files

12

Last publish

Collaborators

  • mgansler