1.0.0 • Published 4 months ago

easy-dep-graph v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

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. (⌐■_■)