Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.68 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.68 KB

Svgbob

svgbob’s current version badge

Svgbob can create a nice graphical representation of your text diagrams.

Svgbob provides a cli which takes text as an input and creates an svg image as an output.

Demo

Specification

Donate using Liberapay

Getting started

# To try svgbob without installation run via Docker
docker build -t svgbob:local .
docker run --rm svgbob:local svgbob_cli -s  "
                                    .-------------------.
                                    |   Hello svgbob !  |
                                    '-------------------'

           .-.           .-.           .-.           .-.           .-.           .-.
          |   |         |   |         |   |         |   |         |   |         |   |
       .---------.   .--+---+--.   .--+---+--.   .--|   |--.   .--+   +--.   .------|--.
      |           | |           | |   |   |   | |   |   |   | |           | |   |   |   |
       '---------'   '--+---+--'   '--+---+--'   '--|   |--'   '--+   +--'   '--|------'
          |   |         |   |         |   |         |   |         |   |         |   |
           '-'           '-'           '-'           '-'           '-'           '-'
" > ./example.svg