This package is deprecated, please use the cli-droidscript instead.
Command Line Interface for DroidScript app development.
Download DroidScript app from Google Play
DroidScript is an easy to use, portable coding tool which simplifies android app development. It dramatically improves productivity by speeding up development by as much as 10x compared with using the standard development tools.
It’s also an ideal tool for learning JavaScript, you can literally code anywhere with DroidScript, it’s not cloud based and doesn’t require an internet connection.
Unlike other development tools which take hours to install and eat up gigabytes of disk space, you can install DroidScript and start using it within 30 seconds!
A command line interface that allows you to manage and do simple proccesses on DroidScript app using your favorite terminal.
-
-V, --version
- output the version number -
-h, --help
- display help for command
-
ds connect
- Connect to DroidScript server. Server information will be saved for future sessions. -
ds create <appname>
- Create a new DroidScript app. -
ds init
- Initialize a folder as DroidScript project. -
ds reload
- Reload the current folder if it is a DroidScript project. This will fetch all the files from its corresponding DroidScript project. -
ds run <appname>
- Run the current app associated with the folder or specify a project name. -
ds stop
- Stop the currently running app. -
ds delete <appname>
- Delete an app. -
ds ls
- List all DroidScript projects. -
ds help [command]
- display help for command.
- Everytime you start editing your project, it is a good idea to run
ds reload
command to fetch any changes from DroidScript app.
- None so far.
- GineersLife: Jumar Hamac - hamacjumar@gmail.com