https://github.com/danisss9/easy-dep-graph
Easily see the dependency graph of your npm project!
https://github.com/danisss9/easy-dep-graph
dependecy-graph javascript nodejs npm
Last synced: 4 months ago
JSON representation
Easily see the dependency graph of your npm project!
- Host: GitHub
- URL: https://github.com/danisss9/easy-dep-graph
- Owner: danisss9
- License: mit
- Created: 2024-01-19T19:13:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-20T00:40:01.000Z (over 1 year ago)
- Last Synced: 2024-04-20T03:21:44.963Z (about 1 year ago)
- Topics: dependecy-graph, javascript, nodejs, npm
- Language: JavaScript
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Easy Dep Graph
Easily see the dependency graph of your npm project!
## Table of Contents
- [Easy Dep Graph](#easy-dep-graph)
- [Table of Contents](#table-of-contents)
- [Install](#install)
- [Use](#use)
- [Arguments](#arguments)
- [Packages](#packages)
- [Package Dependents](#package-dependents)
- [Port](#port)
- [No Open](#no-open)
- [Changelog](#changelog)
- [FAQs](#faqs)## Install
```cmd
npm install -g easy-dep-graph
```## Use
Run the following command on the folder where you package.json is:
```cmd
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 `
Example:
```cmd
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 `
Example:
```cmd
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 `
Example:
```cmd
npx easy-dep-graph --port 8000
```### No Open
Flag to not open the browser after the depedency graph is done.
Command: `--no-open`
Example:
```cmd
npx easy-dep-graph --no-open
```## Changelog
**Version 1.0:**
- published library
## FAQs
No FAQs for now. (⌐■_■)