0.2.3 • Published 11 months ago

droidscriptorg-cli v0.2.3

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

DroidScript-CLI

This package is deprecated, please use the cli-droidscript instead.

Command Line Interface for DroidScript app development.

Download DroidScript app from Google Play

What is DroidScript

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!

About DroidScript CLI

A command line interface that allows you to manage and do simple proccesses on DroidScript app using your favorite terminal.

Options:

  • -V, --version - output the version number
  • -h, --help - display help for command

Commands:

  • 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.

Best Practices

  • Everytime you start editing your project, it is a good idea to run ds reload command to fetch any changes from DroidScript app.

Known Issues

  • None so far.
Author
  • GineersLife: Jumar Hamac - hamacjumar@gmail.com
0.2.3

11 months ago

0.2.2

11 months ago

0.1.2

11 months ago

0.1.1

11 months ago

0.1.0

11 months ago