Versions Compared

Key

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

...

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.

...