Installation¶
CLI Tool¶
Install the system-spec CLI:
Verify installation:
Go SDK¶
Add to your Go module:
Import packages:
import (
"github.com/plexusone/system-spec/spec"
"github.com/plexusone/system-spec/graph"
"github.com/plexusone/system-spec/render"
)
Requirements¶
- Go 1.24 or later
- For rendering: D2, Mermaid CLI, or GraphViz (optional, for image generation)
Rendering Dependencies¶
To render diagrams to images (optional):