Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 342 Bytes

File metadata and controls

14 lines (10 loc) · 342 Bytes

SVG Generation

To generate an SVG file from a .dot file, use the sketchviz command with the following format:

sketchviz <path/to/input.dot> <path/to/output.svg>

Commit Messages

Commit messages should follow a standard format:

  • A concise one-line summary.
  • A blank line.
  • Detailed bullet points describing the change.