Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 1.55 KB

README.md

File metadata and controls

15 lines (9 loc) · 1.55 KB

maintained-by Maven Central Codacy Badge codecov License: MIT PRs Welcome

Architectural Diagrams, Made For Code Reviews.

Striffs leverage the basic premise surrounding the utility of line-wise code diffs at an architectural level, and encourage a more natural understanding of code changes through a "top-down" approach which more closely resembles the lens from which the system was designed and intended to be understood.

sample_striff

Getting Started

  • Ensure graphviz is installed on your system.
  • Execute mvn clean package assembly:single to build jar.
  • StriffAPITest.java demonstrates how to use this library to generate striff diagrams.