Skip to content

Instantly share code, notes, and snippets.

@chakrit
Created September 9, 2013 11:32
Show Gist options
  • Save chakrit/6494391 to your computer and use it in GitHub Desktop.
Save chakrit/6494391 to your computer and use it in GitHub Desktop.
var render = require('apiary-blueprint-render').render;
process.stdin.on('data', function(chunk) {
process.stdout.write(render(chunk.toString()));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment