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 依赖关系分析工具
- Host: GitHub
- URL: https://github.com/depazer/depazer
- Owner: depazer
- License: mit
- Created: 2023-07-30T05:13:49.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-04T08:55:17.000Z (over 2 years ago)
- Last Synced: 2025-10-05T08:49:39.050Z (10 months ago)
- Topics: analyze, analyzer, bun, cli, depazer, dependency, npm, npm-package, pnpm, yarn
- Language: TypeScript
- Homepage: https://www.depazer.top/
- Size: 2.09 MB
- Stars: 17
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Depazer
👁️🗨️A visual dependency analysis tool for JavaScript

🧑💻 Document(zh-CN) |
🌐 README (zh-CN) |
👀 Web Online
## 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)