prassoai/should-build

Determine which build targets need rebuilding after a code change. Runs on Linux and macOS. Windows is not supported.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
baseBase commit SHA (e.g. from nrwl/nx-set-shas).yes
headHead commit SHA.yes
configPath to config file, relative to repo root.noshould-build.yaml
onlyComma-separated target names to evaluate (no whitespace). Empty evaluates all.no""
repoRepository root path.no.
verboseInclude per-file match rules in JSON and table output.nofalse
namedescription
targetsJSON array of target names that need rebuilding, e.g. '["api","web"]'.
any"true" if any target needs rebuilding, "false" otherwise.
jsonFull JSON output from should-build.