Skip to content

Commit

Permalink
Update readme and add diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
pilotpirxie committed Aug 11, 2023
1 parent cff4602 commit baa7740
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div align="center">
<div style="text-align: center">
<img width="160" height="216" src="img/clocks.png" alt="Clocks">
</div>

Expand Down Expand Up @@ -61,6 +61,15 @@ npx dependency-time-machine --update --install --exclude-file exclude.txt
## Requirements
- Node.js >= 14

## How it works
Tool reads `package.json` file and finds all dependencies. Then it resolves all the versions, sort them by date and
finds the latest version of the next dependency before finding another. Searching in version groups allows to spot
incompatibility between dependencies. Built-in cache and auto mode allows to update dependencies faster.

<div style="text-align: center">
<img src="img/diagram.png" alt="Diagram">
</div>

## Options
```shell
Usage: dependency-time-machine [options]
Expand Down
Binary file added img/diagram.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 baa7740

Please sign in to comment.