Love the tool. thank you for your work.
Would be great to have support to run this in a CI pipeline and fail a build if the package generated does not conform to some conditions or have less score than expected.
i.e score .\mypackage.nupkj --check-deps --multi-plat
should only run those specified checks and fail (non-zero exit code) if those checks have failed.
or better, something like --json which can output JSON and an external tool (e.g bash or powershell script) can make decisions on the output.
This can help teams enforce standards across internal and external packages before publishing them.
Love the tool. thank you for your work.
Would be great to have support to run this in a CI pipeline and fail a build if the package generated does not conform to some conditions or have less score than expected.
i.e
score .\mypackage.nupkj --check-deps --multi-platshould only run those specified checks and fail (non-zero exit code) if those checks have failed.
or better, something like
--jsonwhich can output JSON and an external tool (e.g bash or powershell script) can make decisions on the output.This can help teams enforce standards across internal and external packages before publishing them.