0.2.0 • Published 12 years ago

crd v0.2.0

Weekly downloads
3
License
-
Repository
-
Last release
12 years ago

Chrome for Android Remote Debugging

Remote debugging with Chrome on Android is awesome but the command to start it is not. Read this first: https://developers.google.com/chrome/mobile/docs/debugging and then run:

$ npm install -g crd

Make sure you've enabled remote debugging, and Chrome on the phone is launched. Then simply run:

$ crd

(This script also assumes Chrome as your default browser and that you are running OS X.) Patches welcome!