adbkit
adbkit copied to clipboard
May it support push a directory to the device?
Could the client.push method support push defined directory to the device?
It could be implemented, yes. You could even implement it yourself by combining fs.readdir (or something more convenient) with adbkit, which is why I don't think I'll add it anytime soon. A pull request would be welcome, though.