Skip to content

Commit

Permalink
📝
Browse files Browse the repository at this point in the history
  • Loading branch information
chengcyber committed Jul 4, 2024
1 parent 0c773e2 commit 4126c25
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,18 @@ Visualize project relationships in your [PNPM](https://pnpm.io/) workspace
<p align="center"><i>An example graph made by cloning the <a href="https://github.com/pnpm/pnpm">https://github.com/pnpm/pnpm</a> workspace</i></p>


## Features

1. Layout the graph with different directions: Top to Bottom or Left to Right.

Top to Bottom | Left to Right
:-------------------------:|:-------------------------:
<kbd><img src="assets/direction-tb.png" /></kbd> | <kbd><img src="assets/direction-lr.png" /></kbd>

2. Save the graph to PNG for later use.

<kbd><img src="assets/save-graph.png" /></kbd>

## CLI parameters

```shell
Expand Down
Binary file added assets/direction-lr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/direction-tb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/example-settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/save-graph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4126c25

Please sign in to comment.