A simple command-line tool to analyze and visualize dependencies in TypeScript and JavaScript projects. This tool scans your project files, identifies imported modules, and checks for unused dependencies.
- Detect Imports: Analyzes
.ts
and.js
files to list all imported modules. - Identify Unused Dependencies: Compares imports against your project's dependencies to identify any that are not used.
- Built with Bun: Utilizes Bun's API for file handling and SWC for code analysis, ensuring fast and efficient execution.
- Ensure you have Bun installed. Follow the installation guide if you haven't done so.
- Run
bun install
to install the dependencies
To start the tool, run bun start
in your terminal.
This project is licensed under the MIT License. See the LICENSE file for more information.
Contributions are welcome! If you find any issues or have suggestions for