ivanceras / svgbob

Convert your ascii diagram scribbles into happy little SVG
http://ivanceras.github.io/svgbob-editor/
Apache License 2.0
3.91k stars 112 forks source link

Add a svgbob binary #3

Closed jonhoo closed 8 years ago

jonhoo commented 8 years ago

The crate currently doesn't hold a binary that reads a diagram specification and produces an SVG. This would be a great addition, and would allow users to use svgbobrus by simply running cargo install svgbob.

ivanceras commented 8 years ago

I haven't done a crate that are used in command line, though a pull request is always welcomed.

jonhoo commented 8 years ago

Working on one as we speak :)

ivanceras commented 8 years ago

Cool!. I'm working on the optimizer too, it's harder than I thought :(