Skip to content

This tool scans your project files, identifies imported modules, and checks for unused dependencies.

License

Notifications You must be signed in to change notification settings

estavadormir/depscout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependency Visualizer CLI

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.

Features

  • 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.

Installation

  1. Ensure you have Bun installed. Follow the installation guide if you haven't done so.
  2. Run bun install to install the dependencies

Usage

To start the tool, run bun start in your terminal.

License

This project is licensed under the MIT License. See the LICENSE file for more information.

Contributing

Contributions are welcome! If you find any issues or have suggestions for

About

This tool scans your project files, identifies imported modules, and checks for unused dependencies.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published