Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/estavadormir/depscout

This tool scans your project files, identifies imported modules, and checks for unused dependencies.
https://github.com/estavadormir/depscout

bun dependencies typescript

Last synced: 17 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://bun.sh/) installed. Follow the [installation guide](https://bun.sh/docs/installation) if you haven't done so.
3. 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](LICENSE) file for more information.

## Contributing

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