0.0.3 • Published 12 months ago

package-json-graph v0.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
12 months ago

package-json-graph

Coverage Badge
Generate a graph using several package.json files (suitable for mono-repo codebases)

Start

npx package-json-graph

This will generate a file ./graph.svg similar to this one (generated for React repo from Github):
React's package json graph

Install

npm i -D package-json-graph

CLI Options

--format (default "svg")

values: "dot" or "svg"

--out (default "./graph")

Output file name without extension (the extension is added from the format option)

0.0.3

12 months ago

0.0.2

12 months ago

0.0.1

12 months ago