jcroyoaun/Nx Affected Projects
Get affected projects in an Nx workspace
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| workspace_directory | Path to the workspace directory | yes | — |
| frontend_tag | Tag to filter affected frontend projects | no | — |
| backend_tag | Tag to filter affected backend projects | no | — |
| include_libs | Include library projects in the output | no | false |
| all_projects | Return all projects in the workspace | no | false |
Outputs
| name | description |
|---|---|
| frontend_components | Space-separated list of affected frontend projects |
| backend_components | Space-separated list of affected backend projects |
| projects | Space-separated list of affected projects based on the provided tags and options |