git ssb

1+

andrestaltz / ssb-to-graphml



Tree: 14ed1d15bd344062047e7d73def69d568f4bb91f

Files: 14ed1d15bd344062047e7d73def69d568f4bb91f / bin.js

155 bytesRaw
1#!/usr/bin/env node
2const run = require('./index');
3
4run().then(linesOfText => {
5 for (let line of linesOfText) {
6 process.stdout.write(line);
7 }
8});
9

Built with git-ssb-web