jonasthewolf / gsn2x

Tool to create graphical representations of Goal Structuring Notations from YAML.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License: MIT tests codecov size downloads Static Badge

gsn2x

This little program renders Goal Structuring Notation from a YAML format to a scalable vector graphics (SVG) image.

Example

Feel free to use it and please let me know. Same applies if you have feature requests, bug reports or contributions.

You can find pre-built binaries for Windows, Linux and MacOS on the releases page.

Usage

You can create an SVG like this:

gsn2x <yourgsnfile.yaml> 

The output is an argument view in SVG format and automatically written to <yourgsnfile.svg>. If more than one input file is provided, they are treated as modules.

Documentation

For further information see the documentation.

About

Tool to create graphical representations of Goal Structuring Notations from YAML.

License:MIT License


Languages

Language:Rust 99.3%Language:Shell 0.7%