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

https://github.com/depazer/depazer

A Visual NPM Packages Dependency Analysis Tool. 可视化 NPM 依赖关系分析工具
https://github.com/depazer/depazer

analyze analyzer bun cli depazer dependency npm npm-package pnpm yarn

Last synced: 12 days ago
JSON representation

A Visual NPM Packages Dependency Analysis Tool. 可视化 NPM 依赖关系分析工具

Awesome Lists containing this project

README

          

# Depazer

👁️‍🗨️A visual dependency analysis tool for JavaScript

snapshot


🧑‍💻 Document(zh-CN) |
🌐 README (zh-CN) |
👀 Web Online


NPM Version
LICENSE



unit-test

## Getting Start

### Install

```bash
npm i -g @depazer/cli
```

### Usage

```bash
Usage:
$ depazer

Commands:
analyze [root] alias: a Analyze package dependencies (root default .)

For more info, run any command with the `--help` flag:
$ depazer analyze --help
$ depazer --help

Options:
-h, --help Display this message
-v, --version Display version number
```

### Analyze

```bash
Usage:
$ depazer analyze [root]

Options:
-p, --port Port of analyzer server (default: 4936)
-j, --jsonFile [file name] Generate json file for analysis
-d, --depth Depth of analysis (default: Infinity)
--dev Include devDependencies (default: false)
-o, --open Auto open default browser (default: false)
-h, --help Display this message
```

## License

[MIT](./LICENSE) License © 2023-PRESENT [depazer](https://github.com/depazer)