Metadata-Version: 2.4
Name: gasm-tool-json2mermaid
Version: 0.1.0
Summary: A tool to convert JSON to Mermaid diagrams
Project-URL: Homepage, https://github.com/mathiscode/gasm
Project-URL: Repository, https://github.com/mathiscode/gasm
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# gasm-tool-json2mermaid

A utility to convert gASM JSON graph exports to Mermaid diagram format.

See [https://github.com/mathiscode/gasm](https://github.com/mathiscode/gasm) for more information.

## Installation

```bash
pip install gasm-tool-json2mermaid
```

## Usage

```bash
gasm-json2mermaid graph.json > graph.mmd
```
