jsonflow-asciidump
v1.0.3
Published
easy way to visualize jsonflow graphs in ascii
Downloads
4
Maintainers
Readme
Usage
npm install jsonflow-asciidumpand:
jfd = require 'jsonflow-asciidump'
json = require __dirname+"/graph.coffee"
console.log jfd.render jsonoutputs:
a——c———d
|
|
b NOTE: for the javascript files see the repo
