Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
lempiji committed Apr 27, 2019
1 parent edd3cb9 commit abe8c4a
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
# DDeps

Source review support tool.
Source review support tool

A tool for creating module dependency graphs. And visualize the differences between the two snapshots.
A tool to create a module dependency graph for the D language.
The feature is that you can record snapshots in two versions and compare them to visualize the differences.

# Screenshot (Example)
##### basic

**basic**

![rx](https://raw.githubusercontent.com/lempiji/ddeps/master/screenshot/rx-deps.png)

##### no core, no std
**no core, no std**

![rx-nostd](https://raw.githubusercontent.com/lempiji/ddeps/master/screenshot/rx-deps-nostd.png)

##### exclude rx.subject
**exclude rx.subject**

![rx-nosubject](https://raw.githubusercontent.com/lempiji/ddeps/master/screenshot/rx-deps-nosubject.png)

# Requirements
Expand Down

0 comments on commit abe8c4a

Please sign in to comment.