dat-push icon indicating copy to clipboard operation
dat-push copied to clipboard

push a dat to remote peers

dat-push

WIP One-time push via Dat. The other side of dat-download, kind of?

npm travis standard

Example

var datPush = require('dat-push')

datPush(process.cwd(), 'hashbase.io', function (err) {
    if (err) throw err
    console.log('done pushing, maybe? thanks')
})

CLI

npm install -g dat-push

dat-push --dir ./existing/dat-dir hashbase.io

License

MIT