Angular PR Guardian v1.0.0 is an automated migration readiness tool for Angular 20+, scanning projects for deprecated APIs, performance issues, and providing actionable migration recommendations. It features 20+ migration rules covering standalone components, Signals migration, new control flow (@if/@for), performance optimizations, and deprecated API detection. Released under MIT license, it supports zero-config usage, works with local paths and GitHub URLs, and generates detailed reports with prioritized fix suggestions.
npm install angular-pr-guardianNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows two ways to use the tool: via AngularPRGuardian class and scanProject function, with token for GitHub.
Upgrade Node.js to v16 or higher.
Remove 'useLegacyParser' from options object.
Set GH_TOKEN environment variable or pass in options.
Use '--fix' flag is not supported; manually apply suggestions.
Use 'ignoreRules' option to suppress specific rules.
Run 'npm install -g angular-pr-guardian' or 'npm install angular-pr-guardian'.
Use 'import { scanProject } from "angular-pr-guardian"' in ESM context.Set GH_TOKEN environment variable or pass token in options.