13 lines
350 B
Markdown
13 lines
350 B
Markdown
# Workflow Visualiser
|
|
|
|
## Usage
|
|
|
|
First, you need to generate the visualisation data:
|
|
|
|
```
|
|
cabal run workflow-visualiser -- <source.yaml> <target.json>
|
|
```
|
|
|
|
Copy the contents of `target.json` and paste them as the value of the variable `workflow` into the first line of [`editor.js`](./editor.js#L1).
|
|
|
|
Open `editor.html` in order to display the graph. |