Versions Compared

Key

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

...

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:

npm install -g cordova


Next Step

Logging into the BuildBot using BlinkMobile Identity

...