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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    1

Package Sidebar

Install

npm i @mgansler/nx-compose

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

4.35 kB

Total Files

12

Last publish

Collaborators

  • mgansler