1.0.0 • Published 3 years ago
catgraph v1.0.0
catgraph (WIP)
Pipe graph data to browser.
simple example
echo 1--2\n2--3\n2--4\n4--1\n5 | catgraphjson helps with customization
echo -e '{ "id": 1, "val": 5, "name": "a" }--{ "id": 2, "val": 3, "name": "b" }\n{ "id": 3, "val": 2, "name": "a" }' | catgraphdev
npm run build_dev; node testEmitter.js | env DEBUG=catgraph ./catgraph.js1.0.0
3 years ago