Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The BlinkMobile BuildBot CLI will allow the creation of Android hybrid apps, with more operating systems coming soon.

Installing BuildBot CLI

To install the BuildBot CLI, you can use the following command:

Code Block
npm install -g @blinkmobile/cli @blinkmobile/buildbot-cli


This will install the BuildBot CLI onto your machine, and you will now be able to access the BuildBot through the following command:

Code Block
bm buildbot


Installing Cordova CLI

To give you full control over your hybrid app build, your app structure will first be created locally on your machine. This is for preperation only, the actual build process will be done on the BlinkMobile platform.

To install Cordova, run the command:

Code Block
npm install -g cordova


Next Step

Logging into the BuildBot using BlinkMobile Identity