Skip to content

wibus-wee-ac/package-deps-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

package-deps-analyzer

Analyze package dependencies and dependents.

Note

This tool is a toy project.

Supported lockfile: pnpm-lock.yaml

Usage

$ pkg-deps --help

Usage: pkg-deps [options] <packages...>

Analyze package dependencies and dependents

Arguments:
  packages           Package name (supports wildcards, e.g. @types/*)

Options:
  -V, --version      output the version number
  -f, --file <path>  Lockfile path (default: "./pnpm-lock.yaml")
  -t, --trace        Show complete dependency chains
  -h, --help         display help for command

Analyze a package

pkg-deps 'glob'

📦 [email protected]

Dependencies:
  ├─ [email protected]
  ├─ [email protected]
  ├─ [email protected]
  ├─ [email protected]
  ├─ [email protected]

Depended by:
  ├─ @rollup/plugin-commonjs

Author

package-deps-analyzer © Wibus, Released under MIT. Created on Nov 26, 2024

Personal Website · Blog · GitHub @wibus-wee · Telegram @wibus✪

About

Analyze package dependencies and dependents.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published