slyg / lld-graph

🌳 Generating dependency graphs of "pacticipants"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lld-graph

Generates a graph of components (aka pacticipants) by querying a Pact broker.

Prerequisites

  • curl
  • jq
  • graphviz
  • .env file with BROKER_URL entry
  • a pact broker (without authentication needed as is)

Usage

$ make diagram-merged

Produces a .dot file and a .png image.

About

🌳 Generating dependency graphs of "pacticipants"


Languages

Language:Shell 51.3%Language:JSONiq 31.4%Language:Makefile 17.3%