@mgansler/nx-compose
Advanced tools
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.
Weekly downloads
Readme
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.
{
"compose": {
"executor": "@mgansler/nx-compose:compose",
"options": {
"targets": [
"app-backend:serve",
"app-web:serve"
]
},
"configurations": {
"production": {}
}
}
}
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.
The npm package @mgansler/nx-compose receives a total of 140 weekly downloads. As such, @mgansler/nx-compose popularity was classified as not popular.
We found that @mgansler/nx-compose demonstrated a healthy version release cadence and project activity. It has 1 open source maintainer collaborating on the project.