git ssb

1+

andrestaltz / ssb-to-graphml



Tree: 0bed468ddc8682a39b1a3c0ad3d77d6cbe455b7a

Files: 0bed468ddc8682a39b1a3c0ad3d77d6cbe455b7a / 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