easy-dep-graph

1.0.0 • Public • Published

Easy Dep Graph

Easily see the dependency graph of your npm project!

Table of Contents

Install

npm install -g easy-dep-graph

Use

Run the following command on the folder where you package.json is:

npx easy-dep-graph

Arguments

Packages

A list of packages to show on the graph separated by ','. (By default it shows all packages)

Command: --packages <packages names>

Example:

npx easy-dep-graph --packages open,mustache,fastify

Package Dependents

This option will only show on graph the packages that depend on the submited package.

Command: --package-dependents <package name>

Example:

npx easy-dep-graph --package-dependents is-docker

Port

The port number to be used when serving the dependency graph. (Default is 8080)

Command: --port <port number>

Example:

npx easy-dep-graph --port 8000

No Open

Flag to not open the browser after the depedency graph is done.

Command: --no-open

Example:

npx easy-dep-graph --no-open

Changelog

Version 1.0:

  • published library

FAQs

No FAQs for now. (⌐■_■)

Package Sidebar

Install

npm i easy-dep-graph

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

8.41 kB

Total Files

4

Last publish

Collaborators

  • danisss9