kokoichi206 / plantuml-to-mermaid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

plantuml-to-mermaid

Convert plantuml to mermaid by shell scripts.

Limitations

  • Supporting only (basic) sequence diagram.
    • You can find what you can do in the ./samples.
  • Expecting PlantUML diagram is in markdown file and within the code block (plantuml tag).

How to use

You need main.sh to run.

$ bash main.sh <target_markdown_file>
# specify output filename
$ bash main.sh <target_markdown_file> -o <output_markdown_file>

License

"plantuml-to-mermaid" is under GPL-3.0 License.

About

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%