dat-push

3.2.0 • Public • Published

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

/dat-push/

    Package Sidebar

    Install

    npm i dat-push

    Weekly Downloads

    7

    Version

    3.2.0

    License

    MIT

    Unpacked Size

    6.26 kB

    Total Files

    5

    Last publish

    Collaborators

    • jhand
    • pfrazee