Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
demidko authored Mar 11, 2024
1 parent 2096742 commit 7d9cc0f
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,24 @@
# javadiff
# archiff

The utility calculates the difference of _architecture_ changes between two git branches. This is especially useful when
analyzing large merge requests.

# Install
## Languages

These languages are supported

* Java

## Install

You need [Rust](https://rustup.rs) installed.

```shell
cargo install --git https://github.com/demidko/javadiff
cargo install --git https://github.com/demidko/archdiff
```

## Usage example

```shell
javadiff master dev
```
archdiff master dev
```

0 comments on commit 7d9cc0f

Please sign in to comment.