Documentation
README
PR Lens
PR Lens draws code as visually rich animated diagrams. It can represent diffs, architecture, data flows, and more.
The diff or code is represented as one JSON document (lanes, nodes, edges, ordered flows) and it renders the JSON as an animated SVG
Operating manual
-
Read the diff. When asked to represent a code change:
git diff --find-renames <base>...<head>. The base is the merge base, not the tip of the base branch.If not expressing a code diff, read the code to be visually represented
This is the opening of the README. Read the full README on GitHub.