Skip to content

Commit

Permalink
upload screenshot.
Browse files Browse the repository at this point in the history
  • Loading branch information
younthu committed Apr 26, 2024
1 parent 600b9b8 commit c5e8d4f
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 9 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,13 @@ You may use this package for other purposes and applications as well, either by
`nuget` (or `nuget.exe`) should be available in $PATH.

### Command Line
`nuget-deps-tree [path to sln file]`
`nuget-deps-tree [path to sln file]`, it will print dependencies in json.

or

`nuget-deps-tree --text [path to sln file]`, it will print dependencies in plain text as below:

![plaintext](./screenshots/plainTextFormat.jpg)

### Project Dependency
```ts
Expand Down
30 changes: 22 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added screenshots/plainTextFormat.jpg
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 c5e8d4f

Please sign in to comment.