git ssb

0+

Rômulo Alves / sync



Tree: 144b0f7953ef292191ea81412443f43716e37d1d

Files: 144b0f7953ef292191ea81412443f43716e37d1d / test.js

116 bytesRaw
1const sync = require('./');
2
3sync('/source', '/target',
4null,
5{
6 algorithm: 'aes-256-ctr',
7 password: '123456'
8});

Built with git-ssb-web