dat-push
v3.2.0
Published
**WIP** One-time push via Dat. The other side of [dat-download](https://github.com/joehand/dat-download), kind of?
Downloads
15
Readme
dat-push
WIP One-time push via Dat. The other side of dat-download, kind of?
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 ./existing/dat-dir hashbase.io