git ssb

1+

andrestaltz / ssb-to-graphml



Tree: e5ddc28fe060afb6aca444382f003022e1eac2f5

Files: e5ddc28fe060afb6aca444382f003022e1eac2f5 / 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