JSharpener
Installation
SKILL.md
JSharpener - JavaScript/TypeScript Code Analysis
JSharpener is a TypeScript Compiler API-based static analysis tool that analyzes JavaScript and TypeScript codebases to build call graphs, identify unused code, detect circular dependencies, and help with refactoring decisions.
Executable Location
C:\Users\matthew.heath\Git\JSharpener\dist\cli\index.js
Run with: node "C:\Users\matthew.heath\Git\JSharpener\dist\cli\index.js" <command>
Note: If the executable is not available, rebuild from source:
cd C:\Users\matthew.heath\Git\JSharpener
npm install
npm run build