Skip to content
forked from ivanceras/svgbob

Convert your ascii diagram scribbles into happy little SVG

License

Notifications You must be signed in to change notification settings

arukiidou/svgbob

 
 

Repository files navigation

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

About

Convert your ascii diagram scribbles into happy little SVG

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 99.7%
  • Other 0.3%