Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 381 Bytes

File metadata and controls

19 lines (14 loc) · 381 Bytes

Getting started

Install is optional for most users:

npx pr-audit demo
npx pr-audit analyze --diff ./changes.diff

For local development:

corepack enable
pnpm install
pnpm run build
node dist/index.js analyze --diff examples/diffs/demo.diff

Use --format markdown --output pr-audit.md when the report should be attached to a PR, issue, or CI summary.