DrSensor / DrSensor/scdlang

CLI: Integrate with Inkscape, ImageMagick, and others

Open
#34 0 comments 0 reactions 0 assignees View on GitHub
enhancement good first issue
Dominant language
Rust
Stars
103
Forks
2
PR merge metrics
No merged PRs in 30d

Description

A fallback if graphviz/dot cli didn't exist since it support exporting to png, pdf, eps, and many more. And yeah, Inkscape has a CLI version!

```sh
scrap code input.scl -f smcat --as svg | inkscape --export-pdf output.pdf --file -
```

#### References
- [Inkscape Man Page](https://inkscape.org/doc/inkscape-man.html)
- Inspired from [wavedrom-cli Readme](https://github.com/wavedrom/cli#export-with-inkscape)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.