0.5.0 • Published 6 years ago

redot-stringify v0.5.0

Weekly downloads
39
License
MIT
Repository
github
Last release
6 years ago

redot-stringify

NPM Version Build Status Chat

Compiler for unified. Stringifies an DOTAST syntax tree to graphviz. Used in the redot processor.

Installation

npm

npm install redot-stringify

Usage

var unified = require("unified");
var createStream = require("unified-stream");
var parse = require("redot-parse");
var stringify = require("redot-stringify");

var processor = unified()
  .use(parse)
  .use(stringify);

process.stdin.pipe(createStream(processor)).pipe(process.stdout);
0.5.0

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago