We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4be52a1 commit 29dc0aaCopy full SHA for 29dc0aa
README.md
@@ -7,9 +7,13 @@ FBP graphs are used to specify a [Flow-based programming (FBP)](https://en.wikip
7
or dataflow program, consisting of processes and connections between them.
8
The processes are nodes in the graph, and the connections are edges.
9
10
+## Related
11
+
12
+fbp-diff is used by [fbp-diffbot](https://github.com/jonnor/fbp-diffbot) to provide diffs on Github pull requests.
13
14
## Status
15
-**Prototype**
16
+**Minimally useful**
17
18
* `fbp-diff` give a textual diff of node/connection/IIP changes, from a `.json` or `.fbp` file
19
* `fbp-git-diff` can lookup diffs of a graph stored in `git`
0 commit comments