zetavg/Yarn Workspaces List

Outputs a list of Yarn Workspace which matches a certain condition.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
conditionThe condition to match against the workspaces in shell script. Example: `[ -f "$workspace_path/package.json" ] && jq -e ".scripts.test" "$workspace_path/package.json"`yestrue
workspace-rootThe root directory of the Yarn Workspace. Default: `.`no.
namedescription
workspace-pathsA list of matched yarn workspace paths
workspace-namesA list of matched yarn workspace names
workspace-linesA list of matched yarn workspace JSON lines