0.0.1 • Published 3 years ago

@mgansler/nx-compose v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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": {}
    }
  }
}
0.0.1

3 years ago