catgraph

1.0.0 • Public • Published

catgraph (WIP)

Pipe graph data to browser.

simple example

echo 1--2\n2--3\n2--4\n4--1\n5 | catgraph

json helps with customization

echo -e '{ "id": 1, "val": 5, "name": "a" }--{ "id": 2, "val": 3, "name": "b" }\n{ "id": 3, "val": 2, "name": "a" }' | catgraph

dev

npm run build_dev; node testEmitter.js | env DEBUG=catgraph ./catgraph.js

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    2

Package Sidebar

Install

npm i catgraph

Weekly Downloads

2

Version

1.0.0

License

Apache-2

Unpacked Size

795 kB

Total Files

13

Last publish

Collaborators

  • kessler