Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Latest commit

 

History

History
80 lines (51 loc) · 2 KB

tools.md

File metadata and controls

80 lines (51 loc) · 2 KB

Tools

ADR

We use ADR Tools.

Installation instructions

Additionally, the following helper scripts can be found in ./bin

  • ./bin/adr-amends A B

    Annotates A and B records that A amends B

  • ./bin/adr-supersedes A B

    Annotates A and B records that A supersedes B

  • ./bin/adr-generate-toc

    Generate table of contents for architectural decision records, complete with emoji to reflect status

Images

  • ./bin/images-generate

    Generate images from any source mermaid (.mmd), graphviz (.dot) or PlantUML (.puml) files

    Source files and images

    Source files are located in ./files and output to ./images

Image format guides

Mermaid files (.mmd)

Dot files (.dot)

PlantUML files (.puml)

Online image editors

Mermaid files (.mmd)

Dot files (.dot)

PlantUML files (.puml)

Installing CLI image tools

Mermaid files (.mmd)

Dot files (.dot)

PlantUML files (.puml)

  • npm install -g node-plantuml
  • or see node-plantuml npm page
  • Requires Java SDK
  • Optionally requires Graphviz for all diagram types