Convert plantuml to mermaid by shell scripts.
- 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).
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>
"plantuml-to-mermaid" is under GPL-3.0 License.