CLI tool that scans JS/TS projects for deprecated API usage - in your own code and across node_modules type definitions. Extracts replacement hints from JSDoc and outputs results as a table, JSON, or Markdown.
Born out of frustration upgrading large codebases - instead of hunting deprecated calls one by one, I wrote a script to surface them all upfront. Cleaned it up, published it.


