3.2.0 • Published 5 years ago

dat-push v3.2.0

Weekly downloads
6
License
MIT
Repository
github
Last release
5 years ago

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 ./existing/dat-dir hashbase.io

License

MIT

3.2.0

5 years ago

3.1.0

8 years ago

3.0.0

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.0.0

8 years ago