Skip to content

joehand/dat-push

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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