0.0.2 • Published 8 years ago
droidscript-cli v0.0.2
droidscript-cli
Command line tool for running DroidScript programs on the phone without the DroidScript IDE.
Install
$ npm i -g droidscript-cliExamples
Checks the connection with DroidScript:
$ dro -h 192.168.8.7:8088 -iRuns the "hello" program:
$ dro -h 192.168.8.7:8088 -p hello -rDebugs the (last executed) program:
$ dro -h 192.168.8.7:8088 -r -dStops the running program:
$ dro -h 192.168.8.7:8088 -sRuns the program usingthe environment variable
$ set DROIDSCRIPT_HOST=192.168.8.7:8088
$ dro -rLicense
MIT