diagram

Convert ASCII art diagrams into hand-drawn looking images

brewmacoslinux
Try with needOr install directly
Source

About

CLI app to convert ASCII arts into hand drawn diagrams

Commands

diagram

Examples

Convert an ASCII art file to SVG format$ diagram input.txt -o output.svg
Convert ASCII diagram and output as PNG$ diagram flowchart.txt -o flowchart.png
Display help and available options$ diagram --help