Skip to content

Commit

Permalink
info on how to parse yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
majkel89 committed Mar 9, 2024
1 parent 29de0eb commit a3e2a6a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,13 @@ Now you can visit neo4J browser at http://localhost:7474/.
9. Allow to rate dependencies
10. Allow to mark dependency as deprecated
11. Visualise dependencies

## Docs

### node.js Yarn

```shell
# Parse yarn.lock to json
# requires node.js and yarn package to be installed
yarn list --json --silent --no-progress > yarn.json
```
1 change: 1 addition & 0 deletions Watchtower.Playground/Watchtower.Playground.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<ItemGroup>
<PackageReference Include="GitLabApiClient" Version="1.8.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Yarnpkg.Yarn" Version="1.22.4" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit a3e2a6a

Please sign in to comment.